make/hotspot/gensrc/GensrcJvmti.gmk
branchihse-setupexecute-branch
changeset 58834 f78e7ce060b0
parent 57230 b3b5ec7737f4
parent 54836 e2ed0691ae79
equal deleted inserted replaced
58833:ed9ef56bc7d5 58834:f78e7ce060b0
    98       DEPS := $$(JVMTI_SRCDIR)/jvmtiLib.xsl, \
    98       DEPS := $$(JVMTI_SRCDIR)/jvmtiLib.xsl, \
    99   ))
    99   ))
   100 endef
   100 endef
   101 
   101 
   102 $(eval $(call SetupJvmtiGeneration, jvmtiEnter.cpp, jvmtiEnter.xsl, \
   102 $(eval $(call SetupJvmtiGeneration, jvmtiEnter.cpp, jvmtiEnter.xsl, \
       
   103     -PARAM majorversion $(VERSION_FEATURE) \
   103     -PARAM interface jvmti))
   104     -PARAM interface jvmti))
   104 $(eval $(call SetupJvmtiGeneration, jvmtiEnterTrace.cpp, jvmtiEnter.xsl, \
   105 $(eval $(call SetupJvmtiGeneration, jvmtiEnterTrace.cpp, jvmtiEnter.xsl, \
       
   106     -PARAM majorversion $(VERSION_FEATURE) \
   105     -PARAM interface jvmti -PARAM trace Trace))
   107     -PARAM interface jvmti -PARAM trace Trace))
   106 $(eval $(call SetupJvmtiGeneration, jvmtiEnv.hpp, jvmtiHpp.xsl))
   108 $(eval $(call SetupJvmtiGeneration, jvmtiEnv.hpp, jvmtiHpp.xsl, \
   107 $(eval $(call SetupJvmtiGeneration, jvmti.h, jvmtiH.xsl))
   109     -PARAM majorversion $(VERSION_FEATURE)))
   108 $(eval $(call SetupJvmtiGeneration, jvmti.html, jvmti.xsl))
   110 $(eval $(call SetupJvmtiGeneration, jvmti.h, jvmtiH.xsl, \
       
   111     -PARAM majorversion $(VERSION_FEATURE)))
       
   112 $(eval $(call SetupJvmtiGeneration, jvmti.html, jvmti.xsl, \
       
   113     -PARAM majorversion $(VERSION_FEATURE)))
   109 
   114 
   110 JVMTI_BC_SRCDIR := $(TOPDIR)/src/hotspot/share/interpreter
   115 JVMTI_BC_SRCDIR := $(TOPDIR)/src/hotspot/share/interpreter
   111 
   116 
   112 $(eval $(call SetupXslTransform, bytecodeInterpreterWithChecks.cpp, \
   117 $(eval $(call SetupXslTransform, bytecodeInterpreterWithChecks.cpp, \
   113     XML_FILE := $(JVMTI_BC_SRCDIR)/bytecodeInterpreterWithChecks.xml, \
   118     XML_FILE := $(JVMTI_BC_SRCDIR)/bytecodeInterpreterWithChecks.xml, \