8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo
authorkvn
Mon, 22 Dec 2014 11:19:30 -0800
changeset 28159 d5940675c190
parent 28158 4e811104416f
child 28160 b3a4ba399911
child 28347 c9619558f413
child 28350 d83a1a6e552c
8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo Reviewed-by: jcoomes
test/lib/sun/hotspot/WhiteBox.java
--- a/test/lib/sun/hotspot/WhiteBox.java	Mon Dec 22 10:39:37 2014 -0800
+++ b/test/lib/sun/hotspot/WhiteBox.java	Mon Dec 22 11:19:30 2014 -0800
@@ -249,4 +249,6 @@
     return offset;
   }
 
+  // Safepoint Checking
+  public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
 }