--- old/test/lib/sun/hotspot/WhiteBox.java 2018-08-27 17:14:11.825203633 -0400 +++ new/test/lib/sun/hotspot/WhiteBox.java 2018-08-27 17:14:10.377120435 -0400 @@ -511,6 +511,8 @@ public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue); // Sharing & archiving + public native String getDefaultArchivePath(); + public native boolean isSharingEnabled(); public native boolean isShared(Object o); public native boolean isSharedClass(Class c); public native boolean areSharedStringsIgnored();