< prev index next >

test/hotspot/jtreg/gc/shenandoah/compiler/TestWriteBarrierClearControl.java

Print this page
rev 59879 : [mq]: 8249000

@@ -22,11 +22,11 @@
  */
 
 /**
  * @test TestWriteBarrierClearControl
  * @summary Clearing control during final graph reshape causes memory barrier to loose dependency on null check
- * @requires vm.gc.Shenandoah & !vm.graal.enabled
+ * @requires vm.gc.Shenandoah
  * @requires vm.flavor == "server"
  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation
  *                   -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC
  *                   -XX:+UnlockDiagnosticVMOptions -XX:+StressLCM -XX:+StressGCM
  *                   TestWriteBarrierClearControl
< prev index next >