< prev index next >

test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java

Print this page

        

*** 25,39 **** /** * @test * @bug 8031320 * @summary Verify UseRTMLocking option processing on CPU without * rtm support. ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management * ! * @build compiler.rtm.cli.TestUseRTMLockingOptionOnUnsupportedCPU * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * compiler.rtm.cli.TestUseRTMLockingOptionOnUnsupportedCPU --- 25,39 ---- /** * @test * @bug 8031320 * @summary Verify UseRTMLocking option processing on CPU without * rtm support. ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management * ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * compiler.rtm.cli.TestUseRTMLockingOptionOnUnsupportedCPU
*** 41,51 **** package compiler.rtm.cli; import compiler.testlibrary.rtm.predicate.SupportedCPU; import compiler.testlibrary.rtm.predicate.SupportedVM; ! import jdk.test.lib.ExitCode; import jdk.test.lib.Platform; import jdk.test.lib.cli.CommandLineOptionTest; import jdk.test.lib.cli.predicate.AndPredicate; import jdk.test.lib.cli.predicate.NotPredicate; --- 41,51 ---- package compiler.rtm.cli; import compiler.testlibrary.rtm.predicate.SupportedCPU; import compiler.testlibrary.rtm.predicate.SupportedVM; ! import jdk.test.lib.process.ExitCode; import jdk.test.lib.Platform; import jdk.test.lib.cli.CommandLineOptionTest; import jdk.test.lib.cli.predicate.AndPredicate; import jdk.test.lib.cli.predicate.NotPredicate;
< prev index next >