git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.org
Thu Aug 15 11:27:21 UTC 2024
Changeset: 74fdd686
Branch: master
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-08-15 11:24:22 +0000
URL: https://git.openjdk.org/mobile/commit/74fdd6868d3f71d44ef9f71a0ca9506c04d39148
8333791: Fix memory barriers for @Stable fields
Reviewed-by: liach, vlivanov
! src/hotspot/share/c1/c1_GraphBuilder.cpp
! src/hotspot/share/c1/c1_IR.cpp
! src/hotspot/share/c1/c1_IR.hpp
! src/hotspot/share/opto/parse.hpp
! src/hotspot/share/opto/parse1.cpp
! src/hotspot/share/opto/parse3.cpp
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StablePrimArrayTest.java
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StablePrimFinalTest.java
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StablePrimPlainTest.java
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StablePrimVolatileTest.java
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StableRefArrayTest.java
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StableRefFinalTest.java
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StableRefPlainTest.java
+ test/hotspot/jtreg/compiler/c2/irTests/stable/StableRefVolatileTest.java
Changeset: 3cbc6a29
Branch: master
Author: duke <duke at openjdk.org>
Date: 2024-08-15 11:24:45 +0000
URL: https://git.openjdk.org/mobile/commit/3cbc6a29466212d520d828522f567f57ff962d3b
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list