test/hotspot/jtreg/serviceability/dcmd/vm/FlagsTest.java
changeset 58894 b95bead30957
parent 47216 71c04702a3d5
--- a/test/hotspot/jtreg/serviceability/dcmd/vm/FlagsTest.java	Fri Nov 01 09:07:59 2019 -0700
+++ b/test/hotspot/jtreg/serviceability/dcmd/vm/FlagsTest.java	Fri Nov 01 09:39:13 2019 -0700
@@ -34,7 +34,7 @@
  *          java.compiler
  *          java.management
  *          jdk.internal.jvmstat/sun.jvmstat.monitor
- * @run testng/othervm -Xmx129m -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+ThereShouldNotBeAnyVMOptionNamedLikeThis_Right -XX:-TieredCompilation FlagsTest
+ * @run testng/othervm -Xmx129m -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+ThereShouldNotBeAnyVMOptionNamedLikeThis_Right FlagsTest
  */
 public class FlagsTest {
     public void run(CommandExecutor executor) {
@@ -43,7 +43,6 @@
         /* The following are interpreted by the JVM as actual "flags" */
         output.shouldContain("-XX:+UnlockDiagnosticVMOptions");
         output.shouldContain("-XX:+IgnoreUnrecognizedVMOptions");
-        output.shouldContain("-XX:-TieredCompilation");
 
         /* The following are not */
         output.shouldNotContain("-Xmx129m");