Integrated: 8253901: ARM32: SIGSEGV during monitorexit due to incorrect register use (after JDK-8253540)

Boris Ulasevich bulasevich at openjdk.java.net
Thu Oct 8 06:59:00 UTC 2020


On Mon, 5 Oct 2020 10:38:45 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:

> [JDK-8253540](https://bugs.openjdk.java.net/browse/JDK-8253540) changed InterpreterRuntime::monitorexit call from
> call_VM to call_VM_leaf. This requires additional arrangement for ARM32: the parameter must be in R0.

This pull request has now been integrated.

Changeset: fd0cb98e
Author:    Boris Ulasevich <bulasevich at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fd0cb98e
Stats:     9 lines in 3 files changed: 2 ins; 0 del; 7 mod

8253901: ARM32: SIGSEGV during monitorexit due to incorrect register use (after JDK-8253540)

Reviewed-by: shade

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

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


More information about the hotspot-dev mailing list