< prev index next >

test/runtime/Safepoint/AssertSafepointCheckConsistency1.java

Print this page

        

*** 23,42 **** /* * @test * @bug 8047290 * @summary Ensure that a Monitor::lock_without_safepoint_check fires an assert when it incorrectly acquires a lock which must always have safepoint checks. ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @build AssertSafepointCheckConsistency1 * @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 { --- 23,44 ---- /* * @test * @bug 8047290 * @summary Ensure that a Monitor::lock_without_safepoint_check fires an assert when it incorrectly acquires a lock which must always have safepoint checks. ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main AssertSafepointCheckConsistency1 */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.Platform; import sun.hotspot.WhiteBox; public class AssertSafepointCheckConsistency1 { public static void main(String args[]) throws Exception {
< prev index next >