public native Class<?> getJavaMirror(long metaspaceKlass);
public native long getKlassPointer(Object o);
Since these methods only exist in JDK 9 we can, and should, just remove them.
- relates to
-
JDK-8022853 add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
-
- Resolved
-