RFR: 8328306: AArch64: MacOS lazy JIT "write xor execute" switching [v3]

Andrew Haley aph at openjdk.org
Fri Aug 15 16:53:20 UTC 2025


On Thu, 14 Aug 2025 20:07:34 GMT, Dean Long <dlong at openjdk.org> wrote:

> Probably not needed. set_destination() should take care of this.

I guess so, given that we just updated the stub before changing the call to point to the stub. But `set_destination_mt_safe` is a public method, shouldn't it do the right thing here?
Maybe I could just assert we're in `WXWrite` mode?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26562#discussion_r2279479135


More information about the hotspot-dev mailing list