Integrated: 8301874: BarrierSetC2 should assign barrier data to stores
Erik Österlund
eosterlund at openjdk.org
Tue Feb 14 09:21:54 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.
This pull request has now been integrated.
Changeset: 7f71a104
Author: Erik Österlund <eosterlund at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7f71a1040d9c03f72d082e329ccaf2c4a3c060a6
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
8301874: BarrierSetC2 should assign barrier data to stores
Reviewed-by: rcastanedalo, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/12442
More information about the hotspot-dev
mailing list