test/hotspot/jtreg/compiler/rtm/locking/TestUseRTMForStackLocks.java
changeset 51753 763aa4d1d596
parent 47216 71c04702a3d5
child 55087 82fe7292ca5c
equal deleted inserted replaced
51752:43323ced5e40 51753:763aa4d1d596
    26  * @bug 8031320
    26  * @bug 8031320
    27  * @summary Verify that rtm locking is used for stack locks.
    27  * @summary Verify that rtm locking is used for stack locks.
    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  * @requires vm.flavor == "server" & !vm.emulatedClient & vm.rtm.cpu & vm.rtm.os
    31  * @requires vm.rtm.cpu & vm.rtm.compiler
    32  * @build sun.hotspot.WhiteBox
    32  * @build sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  *                   -XX:+WhiteBoxAPI
    36  *                   -XX:+WhiteBoxAPI