8261758: [TESTBUG] gc/g1/TestGCLogMessages.java fails if ergonomics detect too small InitialHeapSize

Reviewed-by: tschatzl, sjohanss
This commit is contained in:
Christoph Göttschkes 2021-02-17 10:40:46 +00:00 committed by Thomas Schatzl
parent 05d5955638
commit c7885eb1c5

View File

@ -260,6 +260,7 @@ public class TestGCLogMessages {
pb = ProcessTools.createJavaProcessBuilder("-XX:+UseG1GC",
"-Xmx32M",
"-Xmn16M",
"-Xms32M",
"-Xlog:gc+phases=trace",
GCTestWithEvacuationFailure.class.getName());