Integrated: 8306111: PPC64: RT call after thaw with exception requires larger ABI section

Richard Reingruber rrich at openjdk.org
Wed Apr 19 07:21:56 UTC 2023


On Tue, 18 Apr 2023 07:54:29 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> After thawing a frame to forward an exception, we call `SharedRuntime::exception_handler_for_return_address()`. The frame just thawed lacks the required `frame::native_abi_reg_args` though. It is only equipped with `frame::java_abi`. This change pushes a new frame with the required ABI.
> 
> Furthermore the change enables `VMContinuations` by default also for PPC64 big endian.
> 
> Testing: jdk_loom on little and big endian.

This pull request has now been integrated.

Changeset: 42b7260e
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/42b7260e8be02de78d82c6a4601519b9895826e9
Stats:     5 lines in 2 files changed: 3 ins; 0 del; 2 mod

8306111: PPC64: RT call after thaw with exception requires larger ABI section

Reviewed-by: mdoerr

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

PR: https://git.openjdk.org/jdk/pull/13505


More information about the hotspot-compiler-dev mailing list