RFR: 8301874: BarrierSetC2 should assign barrier data to stores

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Fri Feb 10 09:33:42 UTC 2023


On Mon, 6 Feb 2023 15:12:03 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> BarrierSetC2 should assign barrier data to stores, like it does for loads and atomics. That way, a GC that uses barrier data for stores, can call the super class to generate the loads/stores, instead of copying that code.

Looks good.

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

Marked as reviewed by rcastanedalo (Reviewer).

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


More information about the hotspot-dev mailing list