RFR: 8299683: [S390X] Problems with -XX:+VerifyStack [v2]

Martin Doerr mdoerr at openjdk.org
Sat Feb 4 03:47:59 UTC 2023


On Fri, 3 Feb 2023 15:51:11 GMT, sid8606 <duke at openjdk.org> wrote:

>> I think you can't use this get_PC version for the intended purpose. It doesn't set Z_RET = start pc + offs which is what you probably wanted.
>
> if Z_RET = start pc + offs can not be used then let me explore on how to get that offset on s390x.

I think something like `__ get_PC(Z_RET, oop_map_offs - __ offset());` should work with oop_map_offs taken from above where the `add_gc_map` is used.

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

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


More information about the hotspot-compiler-dev mailing list