hotspot/make/gensrc/GensrcJvmti.gmk
changeset 41277 65200988b2ee
parent 38097 1ca3d6f508b1
child 41344 11390434331a
equal deleted inserted replaced
41257:65477538bec3 41277:65200988b2ee
   127 	test -f $@
   127 	test -f $@
   128 
   128 
   129 TARGETS += $(JVMTI_OUTPUTDIR)/jvmtiEnvRecommended.cpp
   129 TARGETS += $(JVMTI_OUTPUTDIR)/jvmtiEnvRecommended.cpp
   130 
   130 
   131 ################################################################################
   131 ################################################################################
       
   132 # Disable copy of jvmti.h from hotspot until this has been cleared up. The file
       
   133 # is currently being copied from the jdk repository. See JDK-8167078.
       
   134 # Copy jvmti.h to include dir
       
   135 
       
   136 # The file is the same regardless of jvm variant. Only let one do the copy.
       
   137 #ifeq ($(JVM_VARIANT), $(firstword $(JVM_VARIANTS)))
       
   138 #  $(eval $(call SetupCopyFiles, COPY_JVMTI_H, \
       
   139 #      DEST := $(SUPPORT_OUTPUTDIR)/modules_include/java.base, \
       
   140 #      FILES := $(JVMTI_OUTPUTDIR)/jvmti.h, \
       
   141 #  ))
       
   142 
       
   143 #  TARGETS += $(COPY_JVMTI_H)
       
   144 #endif
       
   145 
       
   146 ################################################################################
   132 # Create trace files in gensrc/tracefiles
   147 # Create trace files in gensrc/tracefiles
   133 
   148 
   134 TRACE_OUTPUTDIR := $(JVM_VARIANT_OUTPUTDIR)/gensrc/tracefiles
   149 TRACE_OUTPUTDIR := $(JVM_VARIANT_OUTPUTDIR)/gensrc/tracefiles
   135 TRACE_SRCDIR := $(HOTSPOT_TOPDIR)/src/share/vm/trace
   150 TRACE_SRCDIR := $(HOTSPOT_TOPDIR)/src/share/vm/trace
   136 
   151