make/CompileTools.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff make/CompileTools.gmk

make/CompileTools.gmk

Print this page

        

*** 36,48 **** # Hook to include the corresponding custom file, if present. $(eval $(call IncludeCustomExtension, hotspot, CompileTools.gmk)) ifeq ($(INCLUDE_GRAAL), true) ! VM_CI_SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.vm.ci/share/classes ! SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.vm.compiler/share/classes ############################################################################## # Compile the annotation processors $(eval $(call SetupJavaCompilation, BUILD_VM_COMPILER_MATCH_PROCESSOR, \ SETUP := GENERATE_OLDBYTECODE, \ --- 36,48 ---- # Hook to include the corresponding custom file, if present. $(eval $(call IncludeCustomExtension, hotspot, CompileTools.gmk)) ifeq ($(INCLUDE_GRAAL), true) ! VM_CI_SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.internal.vm.ci/share/classes ! SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.internal.vm.compiler/share/classes ############################################################################## # Compile the annotation processors $(eval $(call SetupJavaCompilation, BUILD_VM_COMPILER_MATCH_PROCESSOR, \ SETUP := GENERATE_OLDBYTECODE, \
make/CompileTools.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File