On Mon, 28 Sep 2020 16:35:59 GMT, CoreyAshford
wrote:
>> AOT support needs an update:
>> # Internal Error (jdk/src/hotspot/share/aot/aotCodeHeap.cpp:557),
>> pid=345656, tid=364316
>> # guarantee(adr != NULL) failed: AOT Symbol not found
>> _aot_stub_routines_base64_decodeBlock
>>
>> V [jv
On Fri, 25 Sep 2020 13:45:15 GMT, Roger Riggs wrote:
>> This patch set encompasses the following commits:
>>
>> - Adds a new HotSpot intrinsic candidate to the java.lang.Base64 class -
>> decodeBlock(), and provides a flexible API for
>> the intrinsic. The API is similar to the existing enco
On Sat, 26 Sep 2020 15:33:29 GMT, Martin Doerr wrote:
> AOT support needs an update:
> # Internal Error (jdk/src/hotspot/share/aot/aotCodeHeap.cpp:557), pid=345656,
> tid=364316
> # guarantee(adr != NULL) failed: AOT Symbol not found
> _aot_stub_routines_base64_decodeBlock
>
> V [jvm.dll+0x1db
On Tue, 22 Sep 2020 02:45:36 GMT, CoreyAshford
wrote:
> This patch set encompasses the following commits:
>
> - Adds a new HotSpot intrinsic candidate to the java.lang.Base64 class -
> decodeBlock(), and provides a flexible API for
> the intrinsic. The API is similar to the existing encodeB
On Tue, 22 Sep 2020 02:45:36 GMT, CoreyAshford
wrote:
> This patch set encompasses the following commits:
>
> - Adds a new HotSpot intrinsic candidate to the java.lang.Base64 class -
> decodeBlock(), and provides a flexible API for
> the intrinsic. The API is similar to the existing encodeB
On Wed, 23 Sep 2020 22:28:38 GMT, CoreyAshford
wrote:
>> This patch set encompasses the following commits:
>>
>> - Adds a new HotSpot intrinsic candidate to the java.lang.Base64 class -
>> decodeBlock(), and provides a flexible API for
>> the intrinsic. The API is similar to the existing en
This patch set encompasses the following commits:
- Adds a new HotSpot intrinsic candidate to the java.lang.Base64 class -
decodeBlock(), and provides a flexible API for
the intrinsic. The API is similar to the existing encodeBlock intrinsic.
- Adds the code in HotSpot to check and martial the
On Tue, 22 Sep 2020 02:45:36 GMT, CoreyAshford
wrote:
> This patch set encompasses the following commits:
>
> - Adds a new HotSpot intrinsic candidate to the java.lang.Base64 class -
> decodeBlock(), and provides a flexible API for
> the intrinsic. The API is similar to the existing encodeB