test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency3.java
changeset 48791 6e079ff6c83c
parent 47216 71c04702a3d5
child 51579 d7fc38d3fc8d
equal deleted inserted replaced
48790:423faefc77df 48791:6e079ff6c83c
    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 /test/lib
    28  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  * @build sun.hotspot.WhiteBox
    31  * @build sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main AssertSafepointCheckConsistency3
    34  * @run main AssertSafepointCheckConsistency3
    35  */
    35  */
    36 
    36 
    37 import jdk.test.lib.process.ProcessTools;
    37 import jdk.test.lib.process.ProcessTools;