mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8238530: OPT_SPEED_SRC list misses some files with cpu-dependend file names
Reviewed-by: ihse, redestad
This commit is contained in:
parent
79ed5ba492
commit
2d6ed667d2
@ -214,6 +214,10 @@ ifeq ($(call check-jvm-feature, minimal), true)
|
||||
cpCache.cpp \
|
||||
defNewGeneration.cpp \
|
||||
frame_arm.cpp \
|
||||
frame_aarch64.cpp \
|
||||
frame_ppc.cpp \
|
||||
frame_s390.cpp \
|
||||
frame_x86.cpp \
|
||||
genCollectedHeap.cpp \
|
||||
generation.cpp \
|
||||
genMarkSweep.cpp \
|
||||
@ -223,6 +227,10 @@ ifeq ($(call check-jvm-feature, minimal), true)
|
||||
heap.cpp \
|
||||
icache.cpp \
|
||||
icache_arm.cpp \
|
||||
icache_aarch64.cpp \
|
||||
icache_ppc.cpp \
|
||||
icache_s390.cpp \
|
||||
icache_x86.cpp \
|
||||
instanceKlass.cpp \
|
||||
invocationCounter.cpp \
|
||||
iterator.cpp \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user