hg: shenandoah/jdk: Move platform-specific ShenandoahBarrierSet to gc/shenandoah
ashipile at redhat.com
ashipile at redhat.com
Tue Jun 12 13:39:05 UTC 2018
Changeset: ad56f8186d93
Author: shade
Date: 2018-06-12 15:38 +0200
URL: http://hg.openjdk.java.net/shenandoah/jdk/rev/ad56f8186d93
Move platform-specific ShenandoahBarrierSet to gc/shenandoah
! make/hotspot/lib/JvmFeatures.gmk
+ src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSet_aarch64.cpp
- src/hotspot/cpu/aarch64/shenandoahBarrierSet_aarch64.cpp
+ src/hotspot/cpu/arm/gc/shenandoah/shenandoahBarrierSet_arm.cpp
- src/hotspot/cpu/arm/shenandoahBarrierSet_arm.cpp
+ src/hotspot/cpu/ppc/gc/shenandoah/shenandoahBarrierSet_ppc.cpp
- src/hotspot/cpu/ppc/shenandoahBarrierSet_ppc.cpp
+ src/hotspot/cpu/s390/gc/shenandoah/shenandoahBarrierSet_s390.cpp
- src/hotspot/cpu/s390/shenandoahBarrierSet_s390.cpp
+ src/hotspot/cpu/sparc/gc/shenandoah/shenandoahBarrierSet_sparc.cpp
- src/hotspot/cpu/sparc/shenandoahBarrierSet_sparc.cpp
+ src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSet_x86.cpp
- src/hotspot/cpu/x86/shenandoahBarrierSet_x86.cpp
More information about the shenandoah-dev
mailing list