hg: jdk/sandbox: 8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Mon Jun 4 12:00:21 UTC 2018
Changeset: bfbe7d8369bb
Author: eosterlund
Date: 2018-06-04 12:59 +0200
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/bfbe7d8369bb
8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime
Reviewed-by: rkennke, tschatzl
! src/hotspot/cpu/aarch64/gc/g1/g1BarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/arm/gc/g1/g1BarrierSetAssembler_arm.cpp
! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp
! src/hotspot/cpu/sparc/gc/g1/g1BarrierSetAssembler_sparc.cpp
! src/hotspot/cpu/x86/gc/g1/g1BarrierSetAssembler_x86.cpp
! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.hpp
! src/hotspot/share/gc/g1/g1BarrierSet.cpp
! src/hotspot/share/gc/g1/g1BarrierSet.hpp
+ src/hotspot/share/gc/g1/g1BarrierSetRuntime.cpp
+ src/hotspot/share/gc/g1/g1BarrierSetRuntime.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp
More information about the jdk-sandbox-changes
mailing list