test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Tue Dec  9 14:42:33 2014
--- new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Tue Dec  9 14:42:33 2014

*** 225,230 **** --- 225,232 ---- throw new RuntimeException(name + " not found"); } return offset; } + // Safepoint Checking + public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue); }

test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File