test/hotspot/jtreg/gc/concurrent_phase_control/CheckUnsupported.java
changeset 53647 82c95d4b61f0
parent 47216 71c04702a3d5
--- a/test/hotspot/jtreg/gc/concurrent_phase_control/CheckUnsupported.java	Tue Feb 05 15:12:13 2019 -0500
+++ b/test/hotspot/jtreg/gc/concurrent_phase_control/CheckUnsupported.java	Tue Feb 05 16:46:49 2019 -0500
@@ -42,13 +42,6 @@
                 gcName + " unexpectedly supports phase control");
         }
 
-        // Verify phase sequence is empty.
-        String[] phases = WB.getConcurrentGCPhases();
-        if (phases.length > 0) {
-            throw new RuntimeException(
-                gcName + " unexpectedly has non-empty phases");
-        }
-
         // Verify IllegalStateException thrown by request attempt.
         boolean illegalStateThrown = false;
         try {