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

Vladimir Kozlov kvn at openjdk.java.net
Wed Oct 21 03:41:12 UTC 2020


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