RFR: 8363620: AArch64: reimplement emit_static_call_stub()
Andrew Haley
aph at openjdk.org
Sun Aug 10 07:27:09 UTC 2025
On Sat, 9 Aug 2025 19:12:14 GMT, Andrew Haley <aph at openjdk.org> wrote:
> There may still be a race in `set_to_clean()`, which doesn't zero out the [method, entry} fields in the stub. I'd fix that, to be safe. It'd be tricky to test.
Ah no, that would create another race when unloading. This stuff is hard...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26638#issuecomment-3172432994
More information about the hotspot-dev
mailing list