test/lib/sun/hotspot/WhiteBox.java
changeset 46247 c703884b0459
parent 46242 9465c23e4e0d
child 47264 8b5ed0358b3a
--- a/test/lib/sun/hotspot/WhiteBox.java	Sat Aug 12 01:21:20 2017 +0000
+++ b/test/lib/sun/hotspot/WhiteBox.java	Mon Aug 14 14:05:26 2017 -0400
@@ -519,11 +519,12 @@
   // 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 boolean isCDSIncludedInVmBuild();
+  public native Object  getResolvedReferences(Class<?> c);
 
   // Compiler Directive
   public native int addCompilerDirective(String compDirect);