< prev index next >

test/gc/arguments/TestUseCompressedOopsErgo.java

Print this page

        

@@ -32,10 +32,11 @@
  * @run main/othervm TestUseCompressedOopsErgo -XX:+UseG1GC
  * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC
  * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC -XX:-UseParallelOldGC
  * @run main/othervm TestUseCompressedOopsErgo -XX:+UseConcMarkSweepGC
  * @run main/othervm TestUseCompressedOopsErgo -XX:+UseSerialGC
+ * @run main/othervm TestUseCompressedOopsErgo -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC
  */
 
 public class TestUseCompressedOopsErgo {
 
   public static void main(String args[]) throws Exception {
< prev index next >