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

Tobias Hartmann thartmann at openjdk.java.net
Wed Oct 21 06:23:08 UTC 2020


On Tue, 20 Oct 2020 20:23:23 GMT, Sandhya Viswanathan <sviswanathan 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.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list