hotspot/make/CompileTools.gmk
changeset 46168 a586a1c1a9e3
parent 43972 1ade39b8381b
child 46344 694c102fd8ed
equal deleted inserted replaced
46167:f9a4d953ad15 46168:a586a1c1a9e3
    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, \