JDK 17 | JDK 21 | JDK 25 |
---|---|---|
17.0.17-oracleFixed | 21.0.9-oracleFixed | 25 masterFixed |
Causes :
|
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.
|