6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description

Fri, 14 Jun 2013 15:17:10 -0700

author
sspitsyn
date
Fri, 14 Jun 2013 15:17:10 -0700
changeset 5267
5c89346f2bdd
parent 5260
bcb96b2922f2
child 5268
7fa28f3d3f62

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

src/share/vm/prims/jvmti.xml file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/prims/jvmti.xml	Fri Jun 14 07:30:10 2013 -0700
     1.2 +++ b/src/share/vm/prims/jvmti.xml	Fri Jun 14 15:17:10 2013 -0700
     1.3 @@ -1897,7 +1897,7 @@
     1.4  	  </description>
     1.5  	</param>
     1.6  	<param id="monitor_info_ptr">
     1.7 -	  <allocbuf outcount="owned_monitor_depth_count_ptr">
     1.8 +	  <allocbuf outcount="monitor_info_count_ptr">
     1.9              <struct>jvmtiMonitorStackDepthInfo</struct>
    1.10            </allocbuf>
    1.11  	  <description>

mercurial