8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers)

Reviewed-by: stuefe, eosterlund
This commit is contained in:
Aleksey Shipilev 2018-05-19 18:01:04 +02:00
parent 48b5731c39
commit d71d1e240e

View File

@ -41,7 +41,7 @@ ifeq ($(call check-jvm-feature, compiler2), true)
else
JVM_EXCLUDES += opto libadt
JVM_EXCLUDE_FILES += bcEscapeAnalyzer.cpp ciTypeFlow.cpp
JVM_EXCLUDE_PATTERNS += c2_ runtime_
JVM_EXCLUDE_PATTERNS += c2_ runtime_ /c2/
endif
ifeq ($(call check-jvm-feature, zero), true)