RFR: 8248188: Add IntrinsicCandidate and API for Base64 decoding [v7]

CoreyAshford github.com+51754783+coreyashford at openjdk.java.net
Wed Oct 21 20:43:31 UTC 2020


On Wed, 21 Oct 2020 20:12:47 GMT, Vladimir Kozlov <kvn at 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


More information about the core-libs-dev mailing list