hotspot/make/gensrc/GensrcJvmti.gmk
changeset 42145 11d01e02d9c1
parent 41746 621dfac78ca1
equal deleted inserted replaced
42144:01015af8278d 42145:11d01e02d9c1
   128 	test -f $@
   128 	test -f $@
   129 
   129 
   130 TARGETS += $(JVMTI_OUTPUTDIR)/jvmtiEnvRecommended.cpp
   130 TARGETS += $(JVMTI_OUTPUTDIR)/jvmtiEnvRecommended.cpp
   131 
   131 
   132 ################################################################################
   132 ################################################################################
   133 # Disable copy of jvmti.h from hotspot until this has been cleared up. The file
       
   134 # is currently being copied from the jdk repository. See JDK-8167078.
       
   135 # Copy jvmti.h to include dir
   133 # Copy jvmti.h to include dir
   136 
   134 
   137 # The file is the same regardless of jvm variant. Only let one do the copy.
   135 # The file is the same regardless of jvm variant. Only let one do the copy.
   138 ifeq ($(JVM_VARIANT), $(firstword $(JVM_VARIANTS)))
   136 ifeq ($(JVM_VARIANT), $(firstword $(JVM_VARIANTS)))
   139   $(eval $(call SetupCopyFiles, COPY_JVMTI_H, \
   137   $(eval $(call SetupCopyFiles, COPY_JVMTI_H, \