RFR: 8328306: AArch64: MacOS lazy JIT "write xor execute" switching [v25]
Andrew Haley
aph at openjdk.org
Tue Jan 27 09:32:04 UTC 2026
On Tue, 27 Jan 2026 09:28:16 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> src/hotspot/share/code/nmethod.cpp line 2216:
>>
>>> 2214:
>>> 2215: void nmethod::mark_as_maybe_on_stack() {
>>> 2216: AtomicAccess::store(&_gc_epoch, CodeCache::gc_epoch());
>>
>> We should probably save this change until after JDK-8373794 has been pushed. I think there will be a lot more cleanup possible after 8373794.
>
> Mmm, but is it OK to push this one now? I want to have time for it to bake before rampdown.
So, I'll happily drop this one change.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26562#discussion_r2731073741
More information about the hotspot-dev
mailing list