< prev index next >

test/compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java

Print this page
rev 11916 : 8165235: [TESTBUG] RTM tests must check OS version
Summary: Also change enabling RTM on Aix to OS version 7.2.

@@ -48,11 +48,11 @@
 import jdk.test.lib.cli.predicate.AndPredicate;
 
 public class TestUseRTMLockingOptionWithBiasedLocking
         extends CommandLineOptionTest {
     private TestUseRTMLockingOptionWithBiasedLocking() {
-        super(new AndPredicate(new SupportedCPU(), new SupportedVM()));
+        super(new AndPredicate(new SupportedCPU(), new SupportedOS(), new SupportedVM()));
     }
 
     @Override
     public void runTestCases() throws Throwable {
         String warningMessage
< prev index next >