RFR: 8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM [v29]

Paul Hohensee phh at openjdk.org
Tue May 30 13:47:20 UTC 2023


On Mon, 29 May 2023 17:51:17 GMT, Paul Hohensee <phh at openjdk.org> wrote:

>> Please review this addition to com.sun.management.ThreadMXBean that returns the total number of bytes allocated on the Java heap since JVM launch by both terminated and live threads.
>> 
>> Because this PR adds a new interface method, I've updated the JMM_VERSION to 4, but would be happy to update it to 3_1 instead.
>
> Paul Hohensee has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8304074: Change reportUnsupported argument name to when, add comment to MonitoringSupport_lock declaration

Thanks for your in-depth review!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13814#issuecomment-1568460763


More information about the serviceability-dev mailing list