test/lib/sun/hotspot/WhiteBox.java
changeset 28351 bbdca807711d
parent 28159 d5940675c190
child 29562 779fa8e10961
child 29440 87390f81c75d
child 29664 54de61fbee04
--- a/test/lib/sun/hotspot/WhiteBox.java	Wed Dec 24 19:31:28 2014 +0300
+++ b/test/lib/sun/hotspot/WhiteBox.java	Tue Dec 30 11:05:01 2014 +0300
@@ -84,6 +84,8 @@
     return isClassAlive0(name.replace('.', '/'));
   }
   private native boolean isClassAlive0(String name);
+  public native boolean isMonitorInflated(Object obj);
+  public native void forceSafepoint();
 
   // JVMTI
   public native void addToBootstrapClassLoaderSearch(String segment);