8261505: Test test/hotspot/jtreg/gc/parallel/TestDynShrinkHeap.java killed by Linux OOM Killer

Reviewed-by: sjohanss, tschatzl
This commit is contained in:
Christoph Göttschkes 2021-02-12 09:41:49 +00:00 committed by Stefan Johansson
parent 3210095a17
commit ebaa58d9c0

View File

@ -26,7 +26,7 @@ package gc.parallel;
/**
* @test TestDynShrinkHeap
* @bug 8016479
* @requires vm.gc.Parallel
* @requires vm.gc.Parallel & os.maxMemory > 1G
* @summary Verify that the heap shrinks after full GC according to the current values of the Min/MaxHeapFreeRatio flags
* @modules java.base/jdk.internal.misc
* @modules jdk.management