Integrated: 8254790: SIGSEGV in string_indexof_char and stringL_indexof_char intrinsics

Sandhya Viswanathan sviswanathan at openjdk.java.net
Wed Oct 21 16:30:23 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.

This pull request has now been integrated.

Changeset: 365f19c8
Author:    Sandhya Viswanathan <sviswanathan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/365f19c8
Stats:     3 lines in 2 files changed: 0 ins; 0 del; 3 mod

8254790: SIGSEGV in string_indexof_char and stringL_indexof_char intrinsics

Reviewed-by: kvn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list