make/common/Modules.gmk
changeset 42532 4780f4130eb0
parent 42531 37ee95196b17
child 42533 7adb02a61b45
equal deleted inserted replaced
42531:37ee95196b17 42532:4780f4130eb0
   143 ifeq ($(INCLUDE_SA), false)
   143 ifeq ($(INCLUDE_SA), false)
   144   MODULES_FILTER += jdk.hotspot.agent
   144   MODULES_FILTER += jdk.hotspot.agent
   145 endif
   145 endif
   146 
   146 
   147 ################################################################################
   147 ################################################################################
   148 # Filter out specific modules
   148 # Filter out Graal specific modules if Graal build is disabled
   149 
   149 
   150 ifeq ($(INCLUDE_GRAAL), false)
   150 ifeq ($(INCLUDE_GRAAL), false)
   151   MODULES_FILTER += jdk.vm.compiler
   151   MODULES_FILTER += jdk.vm.compiler
       
   152 endif
       
   153 
       
   154 ################################################################################
       
   155 # Filter out aot specific modules if aot is disabled
       
   156 
       
   157 ifeq ($(ENABLE_AOT), false)
       
   158   MODULES_FILTER += jdk.aot
   152 endif
   159 endif
   153 
   160 
   154 ################################################################################
   161 ################################################################################
   155 # Module list macros
   162 # Module list macros
   156 
   163