RFR: 8272581: sun/security/pkcs11/Provider/MultipleLogins.sh fails after JDK-8266182

Weijun Wang weijun at openjdk.java.net
Tue Aug 17 16:39:24 UTC 2021


On Tue, 17 Aug 2021 15:58:49 GMT, Abdul Kolarkunnu <akolarkunnu at openjdk.org> 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.

Marked as reviewed by weijun (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/5147



More information about the security-dev mailing list