< prev index next >

make/common/Modules.gmk

Print this page

        

*** 143,152 **** --- 143,159 ---- ifeq ($(INCLUDE_SA), false) MODULES_FILTER += jdk.hotspot.agent endif ################################################################################ + # Filter out specific modules + + ifeq ($(INCLUDE_GRAAL), false) + MODULES_FILTER += jdk.vm.compiler + endif + + ################################################################################ # Module list macros # Use append so that the custom extension may add to these variables GENERATED_SRC_DIRS += \
< prev index next >