From d71d1e240eb1f15f0fe43c331b29f1e23be1d3d9 Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Sat, 19 May 2018 18:01:04 +0200 Subject: [PATCH] 8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers) Reviewed-by: stuefe, eosterlund --- make/hotspot/lib/JvmFeatures.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/hotspot/lib/JvmFeatures.gmk b/make/hotspot/lib/JvmFeatures.gmk index caf30c9dc8b..428a1bbc737 100644 --- a/make/hotspot/lib/JvmFeatures.gmk +++ b/make/hotspot/lib/JvmFeatures.gmk @@ -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)