JDK-8279532 : ProblemList sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 18
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-01-05
  • Updated: 2022-05-03
  • Resolved: 2022-01-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 18 JDK 19
11.0.16Fixed 17.0.4-oracleFixed 18 b31Fixed 19Fixed
Related Reports
Relates :  
Description
In order to reduce the noise in the JDK18 and JDK19 CIs,
I'm ProblemListing:

sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java

on linux-all and macosx-x64.
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk11u-dev/pull/1064 Date: 2022-04-29 10:42:55 +0000
29-04-2022

Fix request [11u] I backport this for parity with 11.0.16-oracle.We also see NoInvalidateSocketException failing in our CI. No risk, only a test change. Clean backport, but Skara did not recognize it as such.
29-04-2022

Fix request [17u] I backport this for parity with 17.0.4-oracle. We also see NoInvalidateSocketException failing in our CI. No risk, only a test change. Clean backport. SAP nightly testing passed (quite pointless :)).
28-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/371 Date: 2022-04-27 13:43:01 +0000
27-04-2022

This also adds java/nio/channels/DatagramChannel/ManySourcesAndTargets.java 8264385 macosx-aarch64 to the ProblemList!
27-04-2022

Changeset: 564c8c63 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-01-05 19:01:11 +0000 URL: https://git.openjdk.java.net/jdk/commit/564c8c6390ee380ab2e2eb73ef22c3184c369f9f
06-01-2022

Changeset: 564c8c63 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-01-05 19:01:11 +0000 URL: https://git.openjdk.java.net/jdk18/commit/564c8c6390ee380ab2e2eb73ef22c3184c369f9f
05-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk18/pull/83 Date: 2022-01-05 17:22:54 +0000
05-01-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 54af7c2ffab..dec007c4896 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -674,6 +674,7 @@ javax/security/auth/kerberos/KerberosTixDateTest.java 8039280 generic- sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.java 8039280 generic-all sun/security/provider/PolicyParser/ExtDirsChange.java 8039280 generic-all sun/security/provider/PolicyParser/PrincipalExpansionError.java 8039280 generic-all +sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java 8277970 linux-all,macosx-x64 ############################################################################
05-01-2022