Integrated: 8256359: AArch64: runtime/ReservedStack/ReservedStackTestCompiler.java fails

Andrew Haley aph at openjdk.java.net
Thu Nov 26 17:55:59 UTC 2020


On Wed, 25 Nov 2020 14:06:32 GMT, Andrew Haley <aph at openjdk.org> wrote:

> The problem is that the caller's expression SP is restored before throw_delayed_StackOverflowError() gets called. This is wrong: it leaves ESP pointing into the caller's frame, and this triggers an assert failure. The fix here delays updating ESP until we know we're not going to call throw_delayed_StackOverflowError(). This makes the logic the same as x86.

This pull request has now been integrated.

Changeset: 4e43b288
Author:    Andrew Haley <aph at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4e43b288
Stats:     8 lines in 2 files changed: 5 ins; 1 del; 2 mod

8256359: AArch64: runtime/ReservedStack/ReservedStackTestCompiler.java fails

Reviewed-by: shade, adinn

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

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


More information about the hotspot-compiler-dev mailing list