public final class UnsafeHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
BYTE_ARRAY_BASE_OFFSET |
static long |
CHAR_ARRAY_BASE_OFFSET |
static long |
OBJECT_ARRAY_BASE_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
static long |
addressOf(Object o) |
static long |
getFieldOffset(Class<?> clazz,
String field) |
static sun.misc.Unsafe |
getUnsafe() |
Copyright © 2017. All rights reserved.