Skip to content

Commit

Permalink
8328037: Test java/util/Formatter/Padding.java has unnecessary high h…
Browse files Browse the repository at this point in the history
…eap requirement after JDK-8326718

Reviewed-by: rgiulietti
  • Loading branch information
RealCLanger committed Mar 15, 2024
1 parent 06f4b7f commit 128e60a
Showing 1 changed file with 381 additions and 307 deletions.
Loading

3 comments on commit 128e60a

@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 128e60a Apr 8, 2024

Choose a reason for hiding this comment

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

/backport jdk21u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 128e60a Apr 8, 2024

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 backport-GoeLin-128e60a2 in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-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 128e60a2 from the openjdk/jdk repository.

The commit being backported was authored by Christoph Langer on 15 Mar 2024 and was reviewed by Raffaello Giulietti.

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/jdk21u-dev:

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

Please sign in to comment.