On Wed, 24 May 2023 16:50:55 GMT, Paul Hohensee <p...@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:
> 
>   Merge master

The monotonicity issue can be addressed by tracking the last total and never 
reporting a smaller value. (Much as we used to cache the current time to avoid 
it going backwards.)

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

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

Reply via email to