Integrated: JDK-8260571: Add PrintMetaspaceStatistics to print metaspace statistics upon VM exit

Thomas Stuefe stuefe at openjdk.java.net
Tue Feb 2 07:39:39 UTC 2021


On Thu, 28 Jan 2021 10:20:42 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> This patch adds a new diagnostic boolean switch `PrintMetaspaceStatistics`. When set, it will cause the VM to print a brief report about metaspace occupancy when exiting. It follows the same logic as `PrintNMTStatistics` and similar switches.

This pull request has now been integrated.

Changeset: ddd2951b
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ddd2951b
Stats:     11 lines in 2 files changed: 11 ins; 0 del; 0 mod

8260571: Add PrintMetaspaceStatistics to print metaspace statistics upon VM exit

Reviewed-by: iklam

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

PR: https://git.openjdk.java.net/jdk/pull/2283


More information about the hotspot-runtime-dev mailing list