Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk16u Public archive

Commit

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

Backport-of: c7885eb1c5a8b44394780d749f602e175a0360a9
  • Loading branch information
mychris authored and shipilev committed Mar 2, 2021
1 parent 3754490 commit b5ea908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,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 b5ea908

@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.