8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers)
Reviewed-by: stuefe, eosterlund
This commit is contained in:
parent
48b5731c39
commit
d71d1e240e
@ -41,7 +41,7 @@ ifeq ($(call check-jvm-feature, compiler2), true)
|
|||||||
else
|
else
|
||||||
JVM_EXCLUDES += opto libadt
|
JVM_EXCLUDES += opto libadt
|
||||||
JVM_EXCLUDE_FILES += bcEscapeAnalyzer.cpp ciTypeFlow.cpp
|
JVM_EXCLUDE_FILES += bcEscapeAnalyzer.cpp ciTypeFlow.cpp
|
||||||
JVM_EXCLUDE_PATTERNS += c2_ runtime_
|
JVM_EXCLUDE_PATTERNS += c2_ runtime_ /c2/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(call check-jvm-feature, zero), true)
|
ifeq ($(call check-jvm-feature, zero), true)
|
||||||
|
Loading…
Reference in New Issue
Block a user