< prev index next >

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

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

@@ -23,11 +23,11 @@
 
 /**
  * @test TestAllocSmallObj
  * @summary Test allocation of small object to result OOM, but not to crash JVM
  * @key gc
- * @requires vm.gc.Shenandoah
+ * @requires vm.gc.Shenandoah & !vm.graal.enabled
  * @library /test/lib
  * @run main TestAllocSmallObj
  */
 
 import jdk.test.lib.process.OutputAnalyzer;
< prev index next >