Skip to content

Commit 24f040d

Browse files
committedJun 12, 2020
8247396: Exclude PCH for files in $(OPT_SPEED_SRC) with clang after JDK-8246751
Reviewed-by: ihse, erikj
1 parent 1b75b7d commit 24f040d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎make/hotspot/lib/JvmOverrideFiles.gmk

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ifeq ($(call isTargetOs, linux), true)
6262
JVM_PRECOMPILED_HEADER_EXCLUDE := \
6363
sharedRuntimeTrig.cpp \
6464
sharedRuntimeTrans.cpp \
65+
$(OPT_SPEED_SRC) \
6566
#
6667
endif
6768

@@ -111,6 +112,7 @@ else ifeq ($(call isTargetOs, macosx), true)
111112
loopTransform.cpp \
112113
unsafe.cpp \
113114
jvmciCompilerToVM.cpp \
115+
$(OPT_SPEED_SRC) \
114116
#
115117
endif
116118

0 commit comments

Comments
 (0)
Please sign in to comment.