< prev index next >

test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargerThanHeap.java

Print this page
rev 54755 : 8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
Reviewed-by: duke

@@ -23,11 +23,11 @@
 
 /**
  * @test TestAllocLargerThanHeap
  * @summary Test that allocation of the object larger than heap fails predictably
  * @key gc
- * @requires vm.gc.Shenandoah
+ * @requires vm.gc.Shenandoah & !vm.graal.enabled
  * @library /test/lib
  * @run main TestAllocLargerThanHeap
  */
 
 import jdk.test.lib.process.OutputAnalyzer;
< prev index next >