On Thu, 29 May 2025 05:26:07 GMT, Nibedita Jena <d...@openjdk.org> wrote:
>> Generate intermediate/temporary files into the work directory, not in the >> test source directory. > > Nibedita Jena has updated the pull request incrementally with one additional > commit since the last revision: > > Removed test bug number test/jdk/sun/security/ssl/SSLSessionImpl/ResumeClientTLS12withSNI.java line 68: > 66: * The following is to set up the keystores. > 67: */ > 68: private static final String pathToStores = > System.getProperty("test.src", "."); can this code boil down to: private static final char[] passphrase = "123456".toCharArray(); private static final String keyFilename = "ks_san.p12"; private static final String trustFilename = "ks_san.p12"; i.e. delete lines 68-70 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25505#discussion_r2113928441