Skip to content

Commit c7885eb

Browse files
mychrisThomas Schatzl
authored and
Thomas Schatzl
committedFeb 17, 2021
8261758: [TESTBUG] gc/g1/TestGCLogMessages.java fails if ergonomics detect too small InitialHeapSize
Reviewed-by: tschatzl, sjohanss
1 parent 05d5955 commit c7885eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/hotspot/jtreg/gc/g1/TestGCLogMessages.java

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ private void testWithEvacuationFailureLogs() throws Exception {
260260
pb = ProcessTools.createJavaProcessBuilder("-XX:+UseG1GC",
261261
"-Xmx32M",
262262
"-Xmn16M",
263+
"-Xms32M",
263264
"-Xlog:gc+phases=trace",
264265
GCTestWithEvacuationFailure.class.getName());
265266

3 commit comments

Comments
 (3)

openjdk-notifier[bot] commented on Feb 17, 2021

@openjdk-notifier[bot]

GoeLin commented on Oct 10, 2022

@GoeLin
Member

/backport jdk11u-dev

openjdk[bot] commented on Oct 10, 2022

@openjdk[bot]

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