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