test/lib/sun/hotspot/WhiteBox.java
changeset 52030 57862a02bf4b
parent 51747 9bf5205655ee
child 53116 bb03098c4dde
--- a/test/lib/sun/hotspot/WhiteBox.java	Fri Oct 05 15:46:47 2018 -0700
+++ b/test/lib/sun/hotspot/WhiteBox.java	Fri Oct 05 18:56:11 2018 -0400
@@ -512,6 +512,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();