mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers)
Reviewed-by: stuefe, eosterlund
This commit is contained in:
parent
48b5731c39
commit
d71d1e240e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue