public final class UnsafeAccess extends Object
Unsafe and convenient utility methods for performing low-level, unsafe
 operations.
 Warning: This class is scheduled for removal in version 3.0.0.
| Modifier and Type | Field and Description | 
|---|---|
| static sun.misc.Unsafe | UNSAFEThe Unsafe instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| static long | objectFieldOffset(Class<?> clazz,
                 String fieldName)Returns the location of a given static field. |