JDK-8357253 : Test test/jdk/sun/security/ssl/SSLSessionImpl/ResumeClientTLS12withSNI.java writes in src dir
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 25
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-05-19
  • Updated: 2025-05-30
  • Resolved: 2025-05-30
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 17 JDK 21 JDK 25
17.0.17-oracleFixed 21.0.9-oracleFixed 25 masterFixed
Related Reports
Causes :  
Description
The test test/jdk/sun/security/ssl/SSLSessionImpl/ResumeClientTLS12withSNI.java writes files in the test source tree. This makes the test fail if run from a read only src directory. Jtreg tests should use the scratch directory provided by Jtreg, which is the current directory when the test starts, for any temporary files created during testing.
Comments
Changeset: 566e3b21 Branch: master Author: nibjen <jena.nibedita@oracle.com> Committer: Sean Coffey <coffeys@openjdk.org> Date: 2025-05-30 09:22:16 +0000 URL: https://git.openjdk.org/jdk/commit/566e3b21ed14748cb0d9117b6bd58b4bfcf625c6
30-05-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25505 Date: 2025-05-28 17:52:31 +0000
28-05-2025