make/common/Modules.gmk
branchhttp-client-branch
changeset 56833 be0819373531
parent 56783 7add69e2fb68
parent 51030 33be1da67b11
--- a/make/common/Modules.gmk	Tue Jul 03 14:12:49 2018 +0100
+++ b/make/common/Modules.gmk	Mon Jul 16 12:11:02 2018 +0100
@@ -205,7 +205,14 @@
 endif
 
 ################################################################################
-# Filter out Graal specific modules if Graal build is disabled
+# Filter out jvmci specific modules if jvmci is disabled
+
+ifeq ($(INCLUDE_JVMCI), false)
+  MODULES_FILTER += jdk.internal.vm.ci
+endif
+
+################################################################################
+# Filter out Graal specific modules if Graal is disabled
 
 ifeq ($(INCLUDE_GRAAL), false)
   MODULES_FILTER += jdk.internal.vm.compiler