Skip to content

Commit

Permalink
8259265: Refactor UncaughtExceptions shell test as java test.
Browse files Browse the repository at this point in the history
Reviewed-by: rriggs
  • Loading branch information
Ivan Šipka authored and iignatev committed Feb 3, 2021
1 parent 5324b5c commit 0ef93fe
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 205 deletions.
205 changes: 0 additions & 205 deletions test/jdk/java/lang/Thread/UncaughtExceptions.sh

This file was deleted.

Loading

3 comments on commit 0ef93fe

@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 0ef93fe Feb 16, 2023

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 0ef93fe Feb 16, 2023

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-0ef93feb 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 0ef93feb from the openjdk/jdk repository.

The commit being backported was authored by Ivan Šipka on 3 Feb 2021 and was reviewed by Roger Riggs.

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-0ef93feb:GoeLin-backport-0ef93feb
$ git checkout GoeLin-backport-0ef93feb
# 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-0ef93feb

Please sign in to comment.