< prev index next >

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

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

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