RFR: 8254790: javax/xml/crypto/dsig/GenerationTests.java failed with SIGSEGV in C2 frame
Nils Eliasson
neliasso at openjdk.java.net
Wed Oct 21 07:21:08 UTC 2020
On Wed, 21 Oct 2020 06:20:38 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> The problem was due to 32 bit arithmetic instruction used for 64-bit address in
>> string_indexof_char and stringL_indexof_char: "addl(result, ch)".
>>
>> This patch replaces the addl instruction with addptr and also enables the stringL_indexof_char intrinsic.
>
> Looks good to me.
Please change the bug title to something that describes the problem.
-------------
PR: https://git.openjdk.java.net/jdk/pull/772
More information about the hotspot-compiler-dev
mailing list