RFR: 8242115: C2 SATB barriers are not safepoint-safe

Igor Veresov iveresov at openjdk.org
Sat Oct 1 18:21:17 UTC 2022


On Fri, 30 Sep 2022 21:22:47 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

> Implement load pinning, use it for g1 pre-value loads, add verification that the load control dependency is kept and that there are no safepoints between the load of the pre-value and the marking check (with the exception of the CAS intrinsics where it's permitted).

Thanks for the hint! I'll push these changes to the front-end and take a harder look at the GCM.

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

PR: https://git.openjdk.org/jdk/pull/10517


More information about the hotspot-compiler-dev mailing list