On Tue, 17 Aug 2021 15:58:49 GMT, Abdul Kolarkunnu <[email protected]> wrote:
> MultipleLogins.sh compiles all files under lib/jdk/test/lib/artifacts, Since > JDK-8266182 added a new file OpensslArtifactFetcher.java in to same package > and it has dependency with some other library files > jdk.test.lib.process.ProcessTools & jdk.test.lib.Platform. These libraries > are not there in MultipleLogins's class path and this test fails with > compilation error. > > So as a fix moving OpensslArtifactFetcher.java to the package > jdk.test.lib.security. This pull request has now been integrated. Changeset: a199ebc0 Author: Abdul Kolarkunnu <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/a199ebc0175f9882f051551cff9ce08016f204a4 Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod 8272581: sun/security/pkcs11/Provider/MultipleLogins.sh fails after JDK-8266182 Reviewed-by: weijun ------------- PR: https://git.openjdk.java.net/jdk/pull/5147
