comparison src/share/vm/prims/jvmti.xml @ 11173:6b0fd0964b87

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 31 Jul 2013 11:00:54 +0200
parents 5c89346f2bdd
children f92b82d454fa
comparison
equal deleted inserted replaced
10912:4ea54634f03e 11173:6b0fd0964b87
1895 <description> 1895 <description>
1896 The number of monitors returned. 1896 The number of monitors returned.
1897 </description> 1897 </description>
1898 </param> 1898 </param>
1899 <param id="monitor_info_ptr"> 1899 <param id="monitor_info_ptr">
1900 <allocbuf outcount="owned_monitor_depth_count_ptr"> 1900 <allocbuf outcount="monitor_info_count_ptr">
1901 <struct>jvmtiMonitorStackDepthInfo</struct> 1901 <struct>jvmtiMonitorStackDepthInfo</struct>
1902 </allocbuf> 1902 </allocbuf>
1903 <description> 1903 <description>
1904 The array of owned monitor depth information. 1904 The array of owned monitor depth information.
1905 </description> 1905 </description>