make/common/Modules.gmk
changeset 42531 37ee95196b17
parent 42289 08548fd6e608
child 42532 4780f4130eb0
--- a/make/common/Modules.gmk	Thu Dec 08 17:13:07 2016 +0100
+++ b/make/common/Modules.gmk	Sun Dec 11 12:09:13 2016 -0800
@@ -145,6 +145,13 @@
 endif
 
 ################################################################################
+# Filter out specific modules
+
+ifeq ($(INCLUDE_GRAAL), false)
+  MODULES_FILTER += jdk.vm.compiler
+endif
+
+################################################################################
 # Module list macros
 
 # Use append so that the custom extension may add to these variables