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

Vladimir Kozlov kvn at openjdk.java.net
Tue Oct 20 21:55:12 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. Let me finish testing before integration.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list