RFR: 8301997: Move method resolution information out of the cpCache [v10]
Gui Cao
gcao at openjdk.org
Fri Nov 10 12:20:15 UTC 2023
On Fri, 10 Nov 2023 10:48:21 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> AFAICS, `resolve_oop_handle` preserves volatile regs on aarch64 and x86_64, so, the current version should be ok. I can see the following test passing: `make run-test TEST="java/lang/invoke" JTREG="VM_OPTIONS=-XX:+UseZGC -XX:+ZGenerational"` on linux x86_64, aarch64 and ppc64le.
Thank you for taking a look. I also checked the aarch64 and x86 code and now I see the difference.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15455#issuecomment-1805637086
More information about the hotspot-dev
mailing list