hotspot/src/share/vm/prims/jvmtiH.xsl
changeset 7413 59b978f8fbdf
parent 5547 f4b087cbb361
child 36508 5f9eee6b383b
equal deleted inserted replaced
7412:f50bd8c3a2fd 7413:59b978f8fbdf
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <!--
     2 <!--
     3  Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved.
     3  Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 
     5 
     6  This code is free software; you can redistribute it and/or modify it
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.
     8  published by the Free Software Foundation.
   110 
   110 
   111 enum {
   111 enum {
   112     JVMTI_VERSION_1   = 0x30010000,
   112     JVMTI_VERSION_1   = 0x30010000,
   113     JVMTI_VERSION_1_0 = 0x30010000,
   113     JVMTI_VERSION_1_0 = 0x30010000,
   114     JVMTI_VERSION_1_1 = 0x30010100,
   114     JVMTI_VERSION_1_1 = 0x30010100,
       
   115     JVMTI_VERSION_1_2 = 0x30010200,
   115 
   116 
   116     JVMTI_VERSION = 0x30000000 + (</xsl:text>
   117     JVMTI_VERSION = 0x30000000 + (</xsl:text>
   117   <xsl:value-of select="//specification/@majorversion"/>
   118   <xsl:value-of select="//specification/@majorversion"/>
   118   <xsl:text> * 0x10000) + (</xsl:text>
   119   <xsl:text> * 0x10000) + (</xsl:text>
   119   <xsl:value-of select="//specification/@minorversion"/>
   120   <xsl:value-of select="//specification/@minorversion"/>