提交 7cec1692 编写于 作者: I iignatyev

8042949: +UnlockExperimentalVMOptions missed from TestUseRTMLockingOptionOnUnsupportedVM.java test

Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com
上级 f95844ef
......@@ -72,7 +72,8 @@ public class TestUseRTMLockingOptionOnUnsupportedVM
"-XX:-UseRTMLocking");
// verify that it is off by default
CommandLineOptionTest.verifyOptionValueForSameVM("UseRTMLocking",
TestUseRTMLockingOptionOnUnsupportedVM.DEFAULT_VALUE);
TestUseRTMLockingOptionOnUnsupportedVM.DEFAULT_VALUE,
CommandLineOptionTest.UNLOCK_EXPERIMENTAL_VM_OPTIONS);
}
public static void main(String args[]) throws Throwable {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册