From 2d6ed667d2ef8e9cec8371b89bb5f68bbffab333 Mon Sep 17 00:00:00 2001 From: Matthias Baesken Date: Wed, 5 Feb 2020 10:14:40 +0100 Subject: [PATCH] 8238530: OPT_SPEED_SRC list misses some files with cpu-dependend file names Reviewed-by: ihse, redestad --- make/hotspot/lib/JvmFeatures.gmk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/make/hotspot/lib/JvmFeatures.gmk b/make/hotspot/lib/JvmFeatures.gmk index a38318c57b8..9f784eae784 100644 --- a/make/hotspot/lib/JvmFeatures.gmk +++ b/make/hotspot/lib/JvmFeatures.gmk @@ -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 \