The JavaDoc in sun.misc.unsafe for objectFieldOffset(Field f) says
Report the location of a given static field, in conjunction with {@link #staticFieldBase}.
and the JavaDoc for staticFieldOffset(Field f) says
Report the location of a given field in the storage allocation of its class.
Those seem like they are interchanged. It looks like the rest of
Report the location of a given static field, in conjunction with {@link #staticFieldBase}.
and the JavaDoc for staticFieldOffset(Field f) says
Report the location of a given field in the storage allocation of its class.
Those seem like they are interchanged. It looks like the rest of
- duplicates
-
JDK-8068975 Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
-
- Resolved
-