test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java
changeset 55594 66a748c4f3ff
parent 55587 4644b3155fce
child 58679 9c3209ff7550
--- a/test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java	Thu Jul 04 20:29:56 2019 +0200
+++ b/test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java	Fri Jul 05 11:07:09 2019 +0200
@@ -57,7 +57,7 @@
 
         String[][][] modeHeuristics = new String[][][] {
              {{"normal"},    {"adaptive", "compact", "static", "aggressive"}},
-             {{"traversal"}, {"adaptive"}},
+             {{"traversal"}, {"adaptive", "aggressive"}},
              {{"passive"},   {"passive"}}
         };