--- old/test/lib/sun/hotspot/WhiteBox.java 2017-08-03 19:21:29.588326496 -0400 +++ new/test/lib/sun/hotspot/WhiteBox.java 2017-08-03 19:21:28.280251546 -0400 @@ -519,10 +519,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);