Skip to content

Commit

Permalink
8238530: OPT_SPEED_SRC list misses some files with cpu-dependend file…
Browse files Browse the repository at this point in the history
… names

Reviewed-by: ihse, redestad
  • Loading branch information
MBaesken committed Feb 5, 2020
1 parent 79ed5ba commit 2d6ed66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions make/hotspot/lib/JvmFeatures.gmk
Expand Up @@ -214,6 +214,10 @@ ifeq ($(call check-jvm-feature, minimal), true)
cpCache.cpp \ cpCache.cpp \
defNewGeneration.cpp \ defNewGeneration.cpp \
frame_arm.cpp \ frame_arm.cpp \
frame_aarch64.cpp \
frame_ppc.cpp \
frame_s390.cpp \
frame_x86.cpp \
genCollectedHeap.cpp \ genCollectedHeap.cpp \
generation.cpp \ generation.cpp \
genMarkSweep.cpp \ genMarkSweep.cpp \
Expand All @@ -223,6 +227,10 @@ ifeq ($(call check-jvm-feature, minimal), true)
heap.cpp \ heap.cpp \
icache.cpp \ icache.cpp \
icache_arm.cpp \ icache_arm.cpp \
icache_aarch64.cpp \
icache_ppc.cpp \
icache_s390.cpp \
icache_x86.cpp \
instanceKlass.cpp \ instanceKlass.cpp \
invocationCounter.cpp \ invocationCounter.cpp \
iterator.cpp \ iterator.cpp \
Expand Down

0 comments on commit 2d6ed66

Please sign in to comment.