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

CoreyAshford github.com+51754783+coreyashford at openjdk.java.net
Wed Oct 7 17:52:16 UTC 2020


On Wed, 7 Oct 2020 17:19:50 GMT, CoreyAshford <github.com+51754783+CoreyAshford at openjdk.org> wrote:

>> src/hotspot/share/opto/library_call.cpp line 310:
>> 
>>> 308:   bool inline_base64_decodeBlock();
>>> 309:   bool inline_digestBase_implCompress(vmIntrinsics::ID id);
>>> 310:   bool inline_sha_implCompress(vmIntrinsics::ID id);
>> 
>> Why is that in this change?
>
> Good catch!  I'm not sure what happened there.  Will investigate.

This seems to be a mistake I made during a rebase with a conflict. Will fix.

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

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


More information about the core-libs-dev mailing list