Skip to content

Commit 3481252

Browse files
committed
8372188: AArch64: Generate atomic match rules from M4 stencils
Reviewed-by: aph, haosun
1 parent ef5e744 commit 3481252

File tree

5 files changed

+1156
-1193
lines changed

5 files changed

+1156
-1193
lines changed

make/hotspot/gensrc/GensrcAdlc.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ ifeq ($(call check-jvm-feature, compiler2), true)
170170
ifeq ($(HOTSPOT_TARGET_CPU_ARCH), aarch64)
171171
AD_SRC_FILES += $(call uniq, $(wildcard $(foreach d, $(AD_SRC_ROOTS), \
172172
$d/cpu/$(HOTSPOT_TARGET_CPU_ARCH)/$(HOTSPOT_TARGET_CPU_ARCH)_vector.ad \
173+
$d/cpu/$(HOTSPOT_TARGET_CPU_ARCH)/$(HOTSPOT_TARGET_CPU_ARCH)_atomic.ad \
173174
)))
174175
endif
175176

0 commit comments

Comments
 (0)