diff -r e42e78cd7c6f -r 11390434331a hotspot/make/gensrc/GensrcJvmti.gmk --- a/hotspot/make/gensrc/GensrcJvmti.gmk Fri Sep 30 02:52:38 2016 -0700 +++ b/hotspot/make/gensrc/GensrcJvmti.gmk Wed Oct 05 06:28:22 2016 -0700 @@ -130,6 +130,21 @@ TARGETS += $(JVMTI_OUTPUTDIR)/jvmtiEnvRecommended.cpp ################################################################################ +# Disable copy of jvmti.h from hotspot until this has been cleared up. The file +# is currently being copied from the jdk repository. See JDK-8167078. +# Copy jvmti.h to include dir + +# The file is the same regardless of jvm variant. Only let one do the copy. +#ifeq ($(JVM_VARIANT), $(firstword $(JVM_VARIANTS))) +# $(eval $(call SetupCopyFiles, COPY_JVMTI_H, \ +# DEST := $(SUPPORT_OUTPUTDIR)/modules_include/java.base, \ +# FILES := $(JVMTI_OUTPUTDIR)/jvmti.h, \ +# )) + +# TARGETS += $(COPY_JVMTI_H) +#endif + +################################################################################ # Create trace files in gensrc/tracefiles TRACE_OUTPUTDIR := $(JVM_VARIANT_OUTPUTDIR)/gensrc/tracefiles