Skip to content

Commit 2d6ed66

Browse files
committed
8238530: OPT_SPEED_SRC list misses some files with cpu-dependend file names
Reviewed-by: ihse, redestad
1 parent 79ed5ba commit 2d6ed66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

make/hotspot/lib/JvmFeatures.gmk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ ifeq ($(call check-jvm-feature, minimal), true)
214214
cpCache.cpp \
215215
defNewGeneration.cpp \
216216
frame_arm.cpp \
217+
frame_aarch64.cpp \
218+
frame_ppc.cpp \
219+
frame_s390.cpp \
220+
frame_x86.cpp \
217221
genCollectedHeap.cpp \
218222
generation.cpp \
219223
genMarkSweep.cpp \
@@ -223,6 +227,10 @@ ifeq ($(call check-jvm-feature, minimal), true)
223227
heap.cpp \
224228
icache.cpp \
225229
icache_arm.cpp \
230+
icache_aarch64.cpp \
231+
icache_ppc.cpp \
232+
icache_s390.cpp \
233+
icache_x86.cpp \
226234
instanceKlass.cpp \
227235
invocationCounter.cpp \
228236
iterator.cpp \

0 commit comments

Comments
 (0)