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. Marked as reviewed by weijun (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5147
