RFR: 8328306: AArch64: MacOS lazy JIT "write xor execute" switching [v2]
David Holmes
dholmes at openjdk.org
Tue Aug 19 06:42:40 UTC 2025
On Tue, 12 Aug 2025 12:47:46 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> No, it's not explicitly stated in the [guidelines](https://github.com/openjdk/jdk/blob/master/doc/hotspot-style.md) but it is adopted 'almost everywhere' in the code base. Likewise with reference parameter declarations the '&' attaches to the type.
>
> Ah, I see. I mistakenly thought the snippet above was a suggestion you were making...
I would have have bet (and lost) on this convention being in the guidelines! I even checked the old guidelines. :( Yes we prefer (and actively switch over to) binding the `*` with the type name.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26562#discussion_r2284279358
More information about the hotspot-dev
mailing list