< prev index next >

test/runtime/Safepoint/AssertSafepointCheckConsistency1.java

Print this page

        

*** 32,42 **** * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main AssertSafepointCheckConsistency1 */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class AssertSafepointCheckConsistency1 { public static void main(String args[]) throws Exception { --- 32,42 ---- * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main AssertSafepointCheckConsistency1 */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class AssertSafepointCheckConsistency1 { public static void main(String args[]) throws Exception {
< prev index next >