Integrated: 8350398: [s390x] Relativize initial_sp/monitors in interpreter frames
Amit Kumar
amitkumar at openjdk.org
Thu May 8 10:59:00 UTC 2025
On Thu, 20 Feb 2025 06:40:20 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> s390x port for [JDK-8315966](https://bugs.openjdk.org/browse/JDK-8315966).
>
> This PR depends on https://github.com/openjdk/jdk/pull/23660 because index calculation macro will be added by that PR, which is being used by this one.
>
>
> // Frame slot index relative to fp
> #define _z_ijava_idx(_component) \
> (_z_ijava_state_neg(_component) >> LogBytesPerWord)
This pull request has now been integrated.
Changeset: 5df7089c
Author: Amit Kumar <amitkumar at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5df7089c3eb2e6d7cf6634840a2a21bcaa7e3f4e
Stats: 50 lines in 5 files changed: 34 ins; 7 del; 9 mod
8350398: [s390x] Relativize initial_sp/monitors in interpreter frames
Reviewed-by: lucy, aph
-------------
PR: https://git.openjdk.org/jdk/pull/23708
More information about the hotspot-dev
mailing list