make/CompileToolsHotspot.gmk
changeset 47314 743814386712
parent 47217 72e3ae9a25eb
child 47798 9fe9292f5931
equal deleted inserted replaced
47313:eb28be8f935d 47314:743814386712
    33 include SetupJavaCompilers.gmk
    33 include SetupJavaCompilers.gmk
    34 
    34 
    35 TARGETS :=
    35 TARGETS :=
    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 := $(TOPDIR)/src/jdk.internal.vm.ci/share/classes
    41   VM_CI_SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.ci/share/classes
    42 
    42 
    43   SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.compiler/share/classes
    43   SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.compiler/share/classes