equal
deleted
inserted
replaced
36 |
36 |
37 # Hook to include the corresponding custom file, if present. |
37 # Hook to include the corresponding custom file, if present. |
38 $(eval $(call IncludeCustomExtension, hotspot, CompileTools.gmk)) |
38 $(eval $(call IncludeCustomExtension, hotspot, CompileTools.gmk)) |
39 |
39 |
40 ifeq ($(INCLUDE_GRAAL), true) |
40 ifeq ($(INCLUDE_GRAAL), true) |
41 VM_CI_SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.vm.ci/share/classes |
41 VM_CI_SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.internal.vm.ci/share/classes |
42 |
42 |
43 SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.vm.compiler/share/classes |
43 SRC_DIR := $(HOTSPOT_TOPDIR)/src/jdk.internal.vm.compiler/share/classes |
44 |
44 |
45 ############################################################################## |
45 ############################################################################## |
46 # Compile the annotation processors |
46 # Compile the annotation processors |
47 $(eval $(call SetupJavaCompilation, BUILD_VM_COMPILER_MATCH_PROCESSOR, \ |
47 $(eval $(call SetupJavaCompilation, BUILD_VM_COMPILER_MATCH_PROCESSOR, \ |
48 SETUP := GENERATE_OLDBYTECODE, \ |
48 SETUP := GENERATE_OLDBYTECODE, \ |