RFR: 8254811: JDK-8254158 broke ppc64, s390 builds
Goetz Lindenmaier
goetz at openjdk.java.net
Thu Oct 15 12:27:10 UTC 2020
On Thu, 15 Oct 2020 12:01:10 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> "frame::interpreter_frame_initial_sp_offset" is currently used in shared POSIX code, but doesn't exist on ppc64 and
> s390. These platforms use frame pointers instead of initial sp for reserved zone checks. See comments in
> InterpreterMacroAssembler::remove_activation on these platforms. So we must not add any offset.
A pitty we need a #define now. But looks good. Thanks for fixing this.
-------------
Marked as reviewed by goetz (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/680
More information about the hotspot-runtime-dev
mailing list