src/share/vm/prims/jvmtiH.xsl

Print this page




  78     /* Function Types */
  79 </xsl:text>
  80     <xsl:apply-templates select="//callback"/>
  81 
  82     <xsl:text>
  83 
  84     /* Structure Types */
  85 </xsl:text>
  86     <xsl:apply-templates select="//typedef|//uniontypedef" mode="body"/>
  87     <xsl:apply-templates select="//capabilitiestypedef"/>
  88 
  89     <xsl:apply-templates select="eventsection" mode="body"/>
  90 
  91     <xsl:apply-templates select="functionsection"/>
  92 
  93     <xsl:call-template name="outro"/>
  94       
  95   </xsl:template>
  96 
  97   <xsl:template name="intro">
  98   <xsl:call-template name="includeHeader"/>
  99   <xsl:text>
 100     /* Include file for the Java(tm) Virtual Machine Tool Interface */
 101 
 102 #ifndef _JAVA_JVMTI_H_
 103 #define _JAVA_JVMTI_H_
 104 
 105 #include "jni.h"
 106 
 107 #ifdef __cplusplus
 108 extern "C" {
 109 #endif
 110 
 111 enum {
 112     JVMTI_VERSION_1   = 0x30010000,
 113     JVMTI_VERSION_1_0 = 0x30010000,
 114     JVMTI_VERSION_1_1 = 0x30010100,
 115     JVMTI_VERSION_1_2 = 0x30010200,
 116     JVMTI_VERSION_9   = 0x30090000,
 117 
 118     JVMTI_VERSION = 0x30000000 + (</xsl:text>




  78     /* Function Types */
  79 </xsl:text>
  80     <xsl:apply-templates select="//callback"/>
  81 
  82     <xsl:text>
  83 
  84     /* Structure Types */
  85 </xsl:text>
  86     <xsl:apply-templates select="//typedef|//uniontypedef" mode="body"/>
  87     <xsl:apply-templates select="//capabilitiestypedef"/>
  88 
  89     <xsl:apply-templates select="eventsection" mode="body"/>
  90 
  91     <xsl:apply-templates select="functionsection"/>
  92 
  93     <xsl:call-template name="outro"/>
  94       
  95   </xsl:template>
  96 
  97   <xsl:template name="intro">
  98   <xsl:call-template name="include_GPL_CP_Header"/>
  99   <xsl:text>
 100     /* Include file for the Java(tm) Virtual Machine Tool Interface */
 101 
 102 #ifndef _JAVA_JVMTI_H_
 103 #define _JAVA_JVMTI_H_
 104 
 105 #include "jni.h"
 106 
 107 #ifdef __cplusplus
 108 extern "C" {
 109 #endif
 110 
 111 enum {
 112     JVMTI_VERSION_1   = 0x30010000,
 113     JVMTI_VERSION_1_0 = 0x30010000,
 114     JVMTI_VERSION_1_1 = 0x30010100,
 115     JVMTI_VERSION_1_2 = 0x30010200,
 116     JVMTI_VERSION_9   = 0x30090000,
 117 
 118     JVMTI_VERSION = 0x30000000 + (</xsl:text>