make/common/Modules.gmk
changeset 51030 33be1da67b11
parent 50587 20952ce32591
child 52065 dea8a62cdfc3
child 56830 5126a14ac51e
child 56833 be0819373531
child 56891 78ed9c424877
--- a/make/common/Modules.gmk	Tue Jul 10 16:14:48 2018 -0700
+++ b/make/common/Modules.gmk	Tue Jul 10 19:42:48 2018 -0700
@@ -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