Integrated: 8254811: JDK-8254158 broke ppc64, s390 builds

Martin Doerr mdoerr at openjdk.java.net
Thu Oct 15 14:21:21 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.

This pull request has now been integrated.

Changeset: cda22e36
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cda22e36
Stats:     7 lines in 2 files changed: 4 ins; 0 del; 3 mod

8254811: JDK-8254158 broke ppc64, s390 builds

Reviewed-by: stuefe, goetz

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

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


More information about the hotspot-runtime-dev mailing list