< prev index next >

test/lib/sun/hotspot/WhiteBox.java

Print this page

        

@@ -516,14 +516,15 @@
   }
 
   // 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);
   public native void removeCompilerDirective(int count);
 }
< prev index next >