< prev index next >

test/compiler/rtm/cli/TestRTMAbortRatioOptionOnUnsupportedConfig.java

Print this page

        

*** 35,46 **** * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnUnsupportedConfig */ ! import com.oracle.java.testlibrary.cli.predicate.AndPredicate; ! import com.oracle.java.testlibrary.cli.predicate.NotPredicate; import rtm.predicate.SupportedCPU; import rtm.predicate.SupportedVM; public class TestRTMAbortRatioOptionOnUnsupportedConfig extends RTMGenericCommandLineOptionTest { --- 35,46 ---- * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnUnsupportedConfig */ ! import jdk.test.lib.cli.predicate.AndPredicate; ! import jdk.test.lib.cli.predicate.NotPredicate; import rtm.predicate.SupportedCPU; import rtm.predicate.SupportedVM; public class TestRTMAbortRatioOptionOnUnsupportedConfig extends RTMGenericCommandLineOptionTest {
< prev index next >