Skip to content

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

Reviewed-by: tschatzl, sjohanss
  • Loading branch information
mychris authored and Thomas Schatzl committed Feb 17, 2021
1 parent 05d5955 commit c7885eb
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

3 comments on commit c7885eb

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on c7885eb Oct 10, 2022

Choose a reason for hiding this comment

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

/backport jdk11u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on c7885eb Oct 10, 2022

Choose a reason for hiding this comment

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

@GoeLin the backport was successfully created on the branch GoeLin-backport-c7885eb1 in my personal fork of openjdk/jdk11u-dev. To create a pull request with this backport targeting openjdk/jdk11u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit c7885eb1 from the openjdk/jdk repository.

The commit being backported was authored by Christoph Göttschkes on 17 Feb 2021 and was reviewed by Thomas Schatzl and Stefan Johansson.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk11u-dev:

$ git fetch https://github.com/openjdk-bots/jdk11u-dev GoeLin-backport-c7885eb1:GoeLin-backport-c7885eb1
$ git checkout GoeLin-backport-c7885eb1
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk11u-dev GoeLin-backport-c7885eb1

Please sign in to comment.