hotspot/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
changeset 28163 322d55d167be
parent 27923 2c79bc396381
child 28170 b985dc631984
--- a/hotspot/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Mon Dec 08 00:15:55 2014 -0800
+++ b/hotspot/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Thu Dec 11 21:34:43 2014 -0500
@@ -240,4 +240,6 @@
     return offset;
   }
 
+  // Safepoint Checking
+  public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
 }