Unsafe类
创建实例
获取Unsafe
实例的方法有两种
- 通过反射获取
theUnsafe
静态域对象 getUnsafe()
方法获取theUnsafe域对象,但前提是这个类由Bootstrap类加载器引导,不然会抛出SecurityException
异常。
获取Unsafe
实例的方法有两种
theUnsafe
静态域对象getUnsafe()
方法获取theUnsafe域对象,但前提是这个类由Bootstrap类加载器引导,不然会抛出SecurityException
异常。