Community
Participate
Working Groups
This is a follow up of bug 202550. TPTP need to release note the different in behavior on start/stop action support between PI and TI.
<readme> <title> JVM TI and JVM PI agents handle pause of collecting differently. </title> <category>Profiling Tool</category> <description> <p> Behaviors of pause and resume actions at collecting are different for "pre JRE 1.5" agent based on JVMPI and for "JRE 1.5 or newer" agent based on JVMTI. JVMTI-based agent continues gathering aggregated execution statistics data during pause of collecting on Eclipse workbench. Agent sends all stored data to workbench after resume. In contrast to it, JVMPI-based agent doesn't gather any data during pause. </p> </description> </readme>
Looks good to me. Thanks a lot Alex!
Bugzilla number added to release note and 4.4 and 4.5 release notes updated
CLOSE BUG