< prev index next >

make/common/Modules.gmk

Print this page
rev 47219 : Allowing Graal MBean to register as a platform MBean

*** 111,120 **** --- 111,121 ---- jdk.charsets \ jdk.crypto.cryptoki \ jdk.crypto.ec \ jdk.dynalink \ jdk.incubator.httpclient \ + jdk.internal.vm.compiler.management \ jdk.jsobject \ jdk.localedata \ jdk.naming.dns \ jdk.scripting.nashorn \ jdk.security.auth \
*** 214,223 **** --- 215,225 ---- ################################################################################ # Filter out Graal specific modules if Graal build is disabled ifeq ($(INCLUDE_GRAAL), false) MODULES_FILTER += jdk.internal.vm.compiler + MODULES_FILTER += jdk.internal.vm.compiler.management endif ################################################################################ # Filter out aot specific modules if aot is disabled
< prev index next >