Skip to content

Commit

Permalink
8271836: runtime/ErrorHandling/ClassPathEnvVar.java fails with releas…
Browse files Browse the repository at this point in the history
…e VMs

Reviewed-by: stuefe
  • Loading branch information
DamonFool committed Aug 4, 2021
1 parent 04134fc commit 977b8c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @test
* @bug 8271003
* @summary CLASSPATH env variable setting should not be truncated in a hs err log.
* @requires vm.debug
* @library /test/lib
* @run driver ClassPathEnvVar
*/
Expand Down

3 comments on commit 977b8c4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@sendaoYan
Copy link
Member

Choose a reason for hiding this comment

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

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 977b8c4 Oct 6, 2024

Choose a reason for hiding this comment

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

@sendaoYan the backport was successfully created on the branch backport-sendaoYan-977b8c4e-master in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-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 977b8c4e from the openjdk/jdk repository.

The commit being backported was authored by Jie Fu on 4 Aug 2021 and was reviewed by Thomas Stuefe.

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

$ git fetch https://github.com/openjdk-bots/jdk17u-dev.git backport-sendaoYan-977b8c4e-master:backport-sendaoYan-977b8c4e-master
$ git checkout backport-sendaoYan-977b8c4e-master
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev.git backport-sendaoYan-977b8c4e-master

Please sign in to comment.