Skip to content

Commit

Permalink
8240132: ProblemList com/sun/jdi/InvokeHangTest.java
Browse files Browse the repository at this point in the history
Reviewed-by: mikael
  • Loading branch information
Daniel D. Daugherty committed Feb 27, 2020
1 parent f729514 commit be1007c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,8 @@ com/sun/jdi/RepStep.java 8043571 generic-

com/sun/jdi/NashornPopFrameTest.java 8225620 generic-all

com/sun/jdi/InvokeHangTest.java 8218463 linux-all

############################################################################

# jdk_time
Expand Down

2 comments on commit be1007c

@RealCLanger
Copy link
Contributor

Choose a reason for hiding this comment

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

/backport jdk11u

@openjdk
Copy link

@openjdk openjdk bot commented on be1007c Jun 2, 2022

Choose a reason for hiding this comment

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

@RealCLanger the backport was successfully created on the branch RealCLanger-backport-be1007cf in my personal fork of openjdk/jdk11u. To create a pull request with this backport targeting openjdk/jdk11u: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 be1007cf from the openjdk/jdk repository.

The commit being backported was authored by Daniel D. Daugherty on 27 Feb 2020 and was reviewed by Mikael Vidstedt.

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:

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

Please sign in to comment.