On Wed, 23 Oct 2024 19:50:19 GMT, Rajan Halade <rhal...@openjdk.org> wrote:
>> Fernando Guallini has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Reusing Utils.CopyFiles > > test/jdk/sun/security/pkcs11/PKCS11Test.java line 250: > >> 248: } >> 249: >> 250: private static void copyFiles(Path source, String destination) > > Check jdk.test.lib if there is a method you can use to copy files. If not > then this method should be added to library. Updated to use the existing Utils.copyFile, it was also needed to add the dependency in a shell test that uses PKCS11Test.java ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21665#discussion_r1814759443