make/common/Modules.gmk
changeset 47612 b512c5781ca1
parent 47314 743814386712
parent 47588 6feee2a82b0b
child 47701 be620a591379
equal deleted inserted replaced
47316:1129253d3bc7 47612:b512c5781ca1
   111     jdk.crypto.cryptoki \
   111     jdk.crypto.cryptoki \
   112     jdk.crypto.ec \
   112     jdk.crypto.ec \
   113     jdk.dynalink \
   113     jdk.dynalink \
   114     jdk.httpserver \
   114     jdk.httpserver \
   115     jdk.incubator.httpclient \
   115     jdk.incubator.httpclient \
       
   116     jdk.internal.vm.compiler.management \
   116     jdk.jsobject \
   117     jdk.jsobject \
   117     jdk.localedata \
   118     jdk.localedata \
   118     jdk.naming.dns \
   119     jdk.naming.dns \
   119     jdk.scripting.nashorn \
   120     jdk.scripting.nashorn \
   120     jdk.security.auth \
   121     jdk.security.auth \
   213 ################################################################################
   214 ################################################################################
   214 # Filter out Graal specific modules if Graal build is disabled
   215 # Filter out Graal specific modules if Graal build is disabled
   215 
   216 
   216 ifeq ($(INCLUDE_GRAAL), false)
   217 ifeq ($(INCLUDE_GRAAL), false)
   217   MODULES_FILTER += jdk.internal.vm.compiler
   218   MODULES_FILTER += jdk.internal.vm.compiler
       
   219   MODULES_FILTER += jdk.internal.vm.compiler.management
   218 endif
   220 endif
   219 
   221 
   220 ################################################################################
   222 ################################################################################
   221 # Filter out aot specific modules if aot is disabled
   223 # Filter out aot specific modules if aot is disabled
   222 
   224