hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency3.java
changeset 28204 344d97fad05b
parent 28163 322d55d167be
child 29317 272df2a46ddb
equal deleted inserted replaced
28203:905c60857879 28204:344d97fad05b
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8047290
    26  * @bug 8047290
    27  * @summary Ensure that Monitor::lock_without_safepoint_check does not assert when it correctly acquires a lock which must never have safepoint checks.
    27  * @summary Ensure that Monitor::lock_without_safepoint_check does not assert when it correctly acquires a lock which must never have safepoint checks.
    28  * @library /testlibrary /testlibrary/whitebox
    28  * @library /testlibrary /../../test/lib
    29  * @build AssertSafepointCheckConsistency3
    29  * @build AssertSafepointCheckConsistency3
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main AssertSafepointCheckConsistency3
    32  * @run main AssertSafepointCheckConsistency3
    33  */
    33  */