Skip to content

Commit

Permalink
8292636: (dc) Problem listing of java/nio/channels/DatagramChannel/Un…
Browse files Browse the repository at this point in the history
…ref.java has incorrect issue ID

Reviewed-by: jpai
  • Loading branch information
Brian Burkhalter committed Aug 19, 2022
1 parent 37aa7c1 commit 5ca268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/ProblemList.txt
Expand Up @@ -556,7 +556,7 @@ java/net/ServerSocket/AcceptInheritHandle.java 8211854 aix-ppc6

# jdk_nio

java/nio/channels/DatagramChannel/Unref.java 8233519 generic-all
java/nio/channels/DatagramChannel/Unref.java 8233437 generic-all

java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc64

Expand Down

3 comments on commit 5ca268c

@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 5ca268c Sep 21, 2023

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 5ca268c Sep 21, 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-5ca268ca 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 5ca268ca from the openjdk/jdk repository.

The commit being backported was authored by Brian Burkhalter on 19 Aug 2022 and was reviewed by Jaikiran Pai.

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 GoeLin-backport-5ca268ca:GoeLin-backport-5ca268ca
$ git checkout GoeLin-backport-5ca268ca
# 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 GoeLin-backport-5ca268ca

Please sign in to comment.