< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

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