test/lib/sun/hotspot/WhiteBox.java
changeset 34113 210cb6523c6e
parent 33432 d3cbcb934612
child 34488 945799ef99f3
--- a/test/lib/sun/hotspot/WhiteBox.java	Fri Nov 06 11:11:51 2015 -0800
+++ b/test/lib/sun/hotspot/WhiteBox.java	Wed Jul 22 20:14:16 2015 -0700
@@ -407,6 +407,7 @@
   public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
 
   // Sharing
+  public native boolean isSharedClass(Class<?> c);
   public native boolean isShared(Object o);
   public native boolean areSharedStringsIgnored();
 }