RFR: 8305668: PPC: Non-Top Interpreted frames should be independent of ABI_ELFv2 [v2]

Richard Reingruber rrich at openjdk.org
Fri Apr 14 14:11:34 UTC 2023


On Fri, 14 Apr 2023 09:01:23 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> This PR LGTM. For the remaining BE issue, shouldn't we push a dummy frame (`push_frame_reg_args(0, R0);`)? Other callers of `SharedRuntime::exception_handler_for_return_address` do that.

Yes, I've done that and it works. I'll come up with a separate PR that will also enable VMContinuations again on PPC64 big endian.

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

PR Comment: https://git.openjdk.org/jdk/pull/13372#issuecomment-1508601093


More information about the hotspot-compiler-dev mailing list