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

Backport-of: ebaa58d9c07f1ac3846bbf8f3736b1b3a5e0a4fc
This commit is contained in:
Christoph Göttschkes 2021-03-22 08:32:33 +00:00 committed by Aleksey Shipilev
parent c1ef397658
commit b64af94b09

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