make/common/Modules.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/common/Modules.gmk	Fri Oct 28 00:28:22 2016
--- new/make/common/Modules.gmk	Fri Oct 28 00:28:22 2016

*** 142,151 **** --- 142,158 ---- ifeq ($(INCLUDE_SA), false) MODULES_FILTER += jdk.hotspot.agent endif ################################################################################ + # Filter out aot specific modules if aot is disabled + + ifeq ($(ENABLE_AOT), false) + MODULES_FILTER += jdk.aot jdk.vm.compiler + endif + + ################################################################################ # Module list macros # Use append so that the custom extension may add to these variables GENERATED_SRC_DIRS += \

make/common/Modules.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File