changeset 12199:d87d5d430c42 jdk-9+143

8063154: Checked in jvmti.h not in sync with generated jvmti.h Reviewed-by: tbell
author erikj
date Wed, 02 Nov 2016 10:43:23 +0100
parents c30b6e2d2ec4
children 6ee1eeed0d77 48fce55afe71
files make/gensrc/GensrcJvmti.gmk
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/make/gensrc/GensrcJvmti.gmk	Thu Oct 27 21:22:32 2016 +0000
+++ b/make/gensrc/GensrcJvmti.gmk	Wed Nov 02 10:43:23 2016 +0100
@@ -135,14 +135,14 @@
 # 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, \
-#  ))
+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
+  TARGETS += $(COPY_JVMTI_H)
+endif
 
 ################################################################################
 # Create trace files in gensrc/tracefiles