make/common/Modules.gmk
branchJDK-8200758-branch
changeset 56830 5126a14ac51e
parent 56821 565d54ca1f41
parent 51030 33be1da67b11
child 56949 b06759b804fc
--- a/make/common/Modules.gmk	Thu Jul 12 10:52:29 2018 -0400
+++ b/make/common/Modules.gmk	Thu Jul 12 10:56:28 2018 -0400
@@ -209,7 +209,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