--- old/test/lib/sun/hotspot/WhiteBox.java 2017-07-25 14:36:03.955232055 -0400 +++ new/test/lib/sun/hotspot/WhiteBox.java 2017-07-25 14:36:02.679159343 -0400 @@ -518,10 +518,11 @@ // Safepoint Checking public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue); - // Sharing + // Sharing & archiving public native boolean isShared(Object o); public native boolean isSharedClass(Class c); public native boolean areSharedStringsIgnored(); + public native Object getResolvedReferences(Class c); // Compiler Directive public native int addCompilerDirective(String compDirect);