8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)"#803
Open
vieiro wants to merge 1 commit into
Conversation
|
👋 Welcome back avieiro! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue and summary from the original commit. |
jerboaa
approved these changes
May 21, 2026
Contributor
jerboaa
left a comment
There was a problem hiding this comment.
Yes. Confirmed clean modulo path changes test/jdk => jdk/test from 11u to 8u.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of JDK-8209362 that updates the test
test/sun/security/ssl/SSLSocketImpl/ReuseAddr.javato use theSSLSocketTemplate.javatemplate.Importantly, it also transforms
privatetoprotected void doClientSide() throws ExceptioninSSLSocketTemplate.java, thus paving the way for other future backports.SSL tests pass in RHEL-8/gcc 8.5.0, with same failures as in previous PR #802 :
Note that the number of tests has been increased to
110from109, obviously, and that the new test passes too:Progress
Integration blocker
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/803/head:pull/803$ git checkout pull/803Update a local copy of the PR:
$ git checkout pull/803$ git pull https://git.openjdk.org/jdk8u-dev.git pull/803/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 803View PR using the GUI difftool:
$ git pr show -t 803Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/803.diff
Using Webrev
Link to Webrev Comment