equal
deleted
inserted
replaced
27 * @bug 8031320 |
27 * @bug 8031320 |
28 * @summary Verify that rtm locking is used for stack locks. |
28 * @summary Verify that rtm locking is used for stack locks. |
29 * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary |
29 * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary |
30 * @build TestUseRTMForStackLocks |
30 * @build TestUseRTMForStackLocks |
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
|
32 * sun.hotspot.WhiteBox$WhiteBoxPermission |
32 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions |
33 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions |
33 * -XX:+WhiteBoxAPI TestUseRTMForStackLocks |
34 * -XX:+WhiteBoxAPI TestUseRTMForStackLocks |
34 */ |
35 */ |
35 |
36 |
36 import java.util.List; |
37 import java.util.List; |