hotspot/make/gensrc/GensrcJvmti.gmk
changeset 41277 65200988b2ee
parent 38097 1ca3d6f508b1
child 41344 11390434331a
--- a/hotspot/make/gensrc/GensrcJvmti.gmk	Wed Jul 05 22:17:45 2017 +0200
+++ b/hotspot/make/gensrc/GensrcJvmti.gmk	Wed Oct 05 10:49:49 2016 +0200
@@ -129,6 +129,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