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	Thu Nov  6 12:39:46 2014
--- new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Thu Nov  6 12:39:45 2014

*** 203,208 **** --- 203,211 ---- .map(f -> f.apply(name)) .filter(x -> x != null) .findAny() .orElse(null); } + + //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