public final class UnsafeHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
arrayCharBaseOffset() |
static long |
getFieldOffset(Class<?> clazz,
String field) |
static sun.misc.Unsafe |
getUnsafe() |
static boolean |
getUseCompressedOopsVMOption() |
static long |
toAddress(Object obj) |
public static boolean getUseCompressedOopsVMOption()
public static int arrayCharBaseOffset()
public static sun.misc.Unsafe getUnsafe()
public static long toAddress(Object obj)
Copyright © 2020. All rights reserved.