make/common/Modules.gmk
changeset 42533 7adb02a61b45
parent 42427 2c48c5ffb581
parent 42532 4780f4130eb0
child 42534 f489cf041782
equal deleted inserted replaced
42502:cf139f925da0 42533:7adb02a61b45
   140 ################################################################################
   140 ################################################################################
   141 # Some platforms don't have the serviceability agent
   141 # Some platforms don't have the serviceability agent
   142 
   142 
   143 ifeq ($(INCLUDE_SA), false)
   143 ifeq ($(INCLUDE_SA), false)
   144   MODULES_FILTER += jdk.hotspot.agent
   144   MODULES_FILTER += jdk.hotspot.agent
       
   145 endif
       
   146 
       
   147 ################################################################################
       
   148 # Filter out Graal specific modules if Graal build is disabled
       
   149 
       
   150 ifeq ($(INCLUDE_GRAAL), false)
       
   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
   145 endif
   159 endif
   146 
   160 
   147 ################################################################################
   161 ################################################################################
   148 # Module list macros
   162 # Module list macros
   149 
   163