Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8261758: [TESTBUG] gc/g1/TestGCLogMessages.java fails if ergonomics d…
…etect too small InitialHeapSize

Backport-of: c7885eb
  • Loading branch information
GoeLin committed Oct 11, 2022
1 parent 52c940e commit eb0b0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
Expand Up @@ -223,6 +223,7 @@ private void testWithEvacuationFailureLogs() throws Exception {
pb = ProcessTools.createJavaProcessBuilder("-XX:+UseG1GC",
"-Xmx32M",
"-Xmn16M",
"-Xms32M",
"-Xlog:gc+phases=trace",
GCTestWithEvacuationFailure.class.getName());

Expand Down

1 comment on commit eb0b0ac

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.