RFR: 8254790: javax/xml/crypto/dsig/GenerationTests.java failed with SIGSEGV in C2 frame

Viswanathan, Sandhya sandhya.viswanathan at intel.com
Wed Oct 21 16:08:58 UTC 2020


Thanks a lot Vladimir!

-----Original Message-----
From: hotspot-compiler-dev <hotspot-compiler-dev-retn at openjdk.java.net> On Behalf Of Vladimir Kozlov
Sent: Tuesday, October 20, 2020 8:41 PM
To: hotspot-compiler-dev at openjdk.java.net
Subject: Re: RFR: 8254790: javax/xml/crypto/dsig/GenerationTests.java failed with SIGSEGV in C2 frame

On Tue, 20 Oct 2020 21:52:30 GMT, Vladimir Kozlov <kvn 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. Let me finish testing before integration.

tier1-3 testing passed on x64 (all OSs).

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

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


More information about the hotspot-compiler-dev mailing list