< prev index next >

src/hotspot/share/prims/jvmti.xml

Print this page
rev 47223 : [mq]: heapz8
rev 47224 : [mq]: heap9a
rev 47225 : [mq]: heap10

*** 11537,11547 **** </category> <category id="heap_monitoring" label="Heap Monitoring"> <typedef id="jvmtiStackTrace" label="Stack Trace"> <field id="frames"> ! <allocfieldbuf outcount="trace_count"> <struct>jvmtiFrameInfo</struct> </allocfieldbuf> <description>Pointer to the call frames.</description> </field> <field id="frame_count"> --- 11537,11547 ---- </category> <category id="heap_monitoring" label="Heap Monitoring"> <typedef id="jvmtiStackTrace" label="Stack Trace"> <field id="frames"> ! <allocfieldbuf outcount="frame_count"> <struct>jvmtiFrameInfo</struct> </allocfieldbuf> <description>Pointer to the call frames.</description> </field> <field id="frame_count">
*** 11643,11656 **** Note: a low monitoring rate will incur a higher overhead, therefore, the sampler should only be used when knowing it may impact performance. </description> </param> ! <param id="max_storage"> <jint/> <description> ! The maximum storage used for the sampler. By default, the value is 200. </description> </param> </parameters> <errors> <error id="JVMTI_ERROR_ILLEGAL_ARGUMENT"> --- 11643,11656 ---- Note: a low monitoring rate will incur a higher overhead, therefore, the sampler should only be used when knowing it may impact performance. </description> </param> ! <param id="max_gc_storage"> <jint/> <description> ! The maximum storage used for the GC samples in the sampler. By default, the value is 200. </description> </param> </parameters> <errors> <error id="JVMTI_ERROR_ILLEGAL_ARGUMENT">
< prev index next >