test/lib/sun/hotspot/WhiteBox.java

Print this page
rev 1694 : [mq] cds

*** 403,410 **** --- 403,411 ---- // Safepoint Checking public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue); // Sharing + public native boolean isSharedClass(Class<?> c); public native boolean isShared(Object o); public native boolean areSharedStringsIgnored(); }