comparison src/share/vm/prims/jvmti.xml @ 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 09b4dd4f152b
comparison
equal deleted inserted replaced
1987:42f65821fa4e 1988:684faacebf20
1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <?xml-stylesheet type="text/xsl" href="jvmti.xsl"?> 2 <?xml-stylesheet type="text/xsl" href="jvmti.xsl"?>
3 <!-- 3 <!--
4 Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved. 4 Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
5 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 6
7 This code is free software; you can redistribute it and/or modify it 7 This code is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License version 2 only, as 8 under the terms of the GNU General Public License version 2 only, as
9 published by the Free Software Foundation. 9 published by the Free Software Foundation.
357 <!ELEMENT li ANY> 357 <!ELEMENT li ANY>
358 ]> 358 ]>
359 359
360 <specification label="JVM(TM) Tool Interface" 360 <specification label="JVM(TM) Tool Interface"
361 majorversion="1" 361 majorversion="1"
362 minorversion="1" 362 minorversion="2"
363 microversion="109"> 363 microversion="1">
364 <title subtitle="Version"> 364 <title subtitle="Version">
365 <tm>JVM</tm> Tool Interface 365 <tm>JVM</tm> Tool Interface
366 </title> 366 </title>
367 367
368 <intro id="whatIs" label="What is the JVM Tool Interface?"> 368 <intro id="whatIs" label="What is the JVM Tool Interface?">