hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency2.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8047290
    26  * @bug 8047290
    27  * @summary Ensure that a Monitor::lock fires an assert when it incorrectly acquires a lock which must never have safepoint checks.
    27  * @summary Ensure that a Monitor::lock fires an assert when it incorrectly acquires a lock which must never have safepoint checks.
    28  * @library /testlibrary /../../test/lib
    28  * @library /testlibrary /test/lib
    29  * @modules java.base/sun.misc
    29  * @modules java.base/sun.misc
    30  *          java.management
    30  *          java.management
    31  * @build AssertSafepointCheckConsistency2
    31  * @build AssertSafepointCheckConsistency2
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission