< prev index next >

test/runtime/Safepoint/AssertSafepointCheckConsistency2.java

Print this page

        

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