RFR: 8301874: BarrierSetC2 should assign barrier data to stores
Vladimir Kozlov
kvn at openjdk.org
Sat Feb 11 00:33:36 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.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12442
More information about the hotspot-dev
mailing list