comparison src/share/vm/prims/jvmtiH.xsl @ 1988:684faacebf20

7003782: Update JVMTI version to 1.2 for jdk7 Summary: Update minor version to 1.2 for jdk7 Reviewed-by: phh, dcubed
author kamg
date Mon, 06 Dec 2010 20:21:15 -0500
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
1987:42f65821fa4e 1988:684faacebf20
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"/>