RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
epeter at openjdk.org
Fri Sep 12 14:12:49 UTC 2025
On Fri, 12 Sep 2025 13:51:42 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Just make sure that this information is in the code comments - I'm not just asking for myself here ;)
>
> Yes, maybe say what the general problem is, and make a concrete example. I'm currently a bit struggling to think of one that is relevant.
Ah yes: we may for example move a store out (after) the loop. But wait. We can't move a store across a SafePoint, so that's not a good example.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25315#discussion_r2344342049
More information about the hotspot-compiler-dev
mailing list