comparison src/share/vm/prims/jvmti.xml @ 10981:5c89346f2bdd

6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description Summary: A typo in the parameter spelling, a bound update missed when the parameter was renamed Reviewed-by: sla, minqi Contributed-by: serguei.spitsyn@oracle.com
author sspitsyn
date Fri, 14 Jun 2013 15:17:10 -0700
parents 73e64867adb7
children f92b82d454fa
comparison
equal deleted inserted replaced
10974:bcb96b2922f2 10981:5c89346f2bdd
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>