Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8239081: Shenandoah: Consolidate C1 LRB and native barriers
Reviewed-by: shade
- Loading branch information
Showing
with
59 additions
and 50 deletions.
- +1 −1 src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp
- +9 −3 src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp
- +1 −1 src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.hpp
- +1 −1 src/hotspot/cpu/x86/gc/shenandoah/c1/shenandoahBarrierSetC1_x86.cpp
- +14 −5 src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.cpp
- +1 −1 src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.hpp
- +21 −32 src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp
- +11 −6 src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp