On Thu, 4 May 2023 19:54:57 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. This pull request has now been integrated. Changeset: 3eced01f Author: Paul Hohensee <p...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3eced01f9efe2567a07b63343f8559683a2d0517 Stats: 298 lines in 11 files changed: 219 ins; 45 del; 34 mod 8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM Reviewed-by: dholmes, mchung ------------- PR: https://git.openjdk.org/jdk/pull/13814