mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-01 22:18:23 +00:00
Add a field to C2 LoadNode and StoreNode classes which indicates whether the load/store should do an acquire/release on platforms which support it. Reviewed-by: kvn