make/common/Modules.gmk
branchhttp-client-branch
changeset 56833 be0819373531
parent 56783 7add69e2fb68
parent 51030 33be1da67b11
equal deleted inserted replaced
56819:4cd8d88dab38 56833:be0819373531
   203 ifeq ($(INCLUDE_SA), false)
   203 ifeq ($(INCLUDE_SA), false)
   204   MODULES_FILTER += jdk.hotspot.agent
   204   MODULES_FILTER += jdk.hotspot.agent
   205 endif
   205 endif
   206 
   206 
   207 ################################################################################
   207 ################################################################################
   208 # Filter out Graal specific modules if Graal build is disabled
   208 # Filter out jvmci specific modules if jvmci is disabled
       
   209 
       
   210 ifeq ($(INCLUDE_JVMCI), false)
       
   211   MODULES_FILTER += jdk.internal.vm.ci
       
   212 endif
       
   213 
       
   214 ################################################################################
       
   215 # Filter out Graal specific modules if Graal is disabled
   209 
   216 
   210 ifeq ($(INCLUDE_GRAAL), false)
   217 ifeq ($(INCLUDE_GRAAL), false)
   211   MODULES_FILTER += jdk.internal.vm.compiler
   218   MODULES_FILTER += jdk.internal.vm.compiler
   212   MODULES_FILTER += jdk.internal.vm.compiler.management
   219   MODULES_FILTER += jdk.internal.vm.compiler.management
   213 endif
   220 endif