On Wed, 21 Oct 2020 20:12:47 GMT, Vladimir Kozlov <k...@openjdk.org> wrote:
>> CoreyAshford has updated the pull request incrementally with one additional >> commit since the last revision: >> >> CheckGraalIntrinsics.java: fix copy/paste error > > test/hotspot/jtreg/compiler/intrinsics/base64/TestBase64.java line 29: > >> 27: * @summary tests java.util.Base64 >> 28: * @library /test/lib / >> 29: * @build sun.hotspot.WhiteBox jdk.test.lib.Utils > > Tier3 testing shows failures: java.lang.NoClassDefFoundError: > jdk/test/lib/Platform > @iignatev pointed that you should not add jdk.test.lib.Utils to @build here - > it will be built by jtreg in correct order. Done. Thank you. ------------- PR: https://git.openjdk.java.net/jdk/pull/293