RFR: JDK-8260571: Add PrintMetaspaceStatistics to print metaspace statistics upon VM exit [v2]
Thomas Stuefe
stuefe at openjdk.java.net
Tue Feb 2 07:16:56 UTC 2021
On Mon, 1 Feb 2021 20:49:34 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Rename switch
>
> src/hotspot/share/runtime/globals.hpp line 1487:
>
>> 1485: "options: balanced, aggressive, none") \
>> 1486: \
>> 1487: product(bool, PrintMetaspaceStatistics, false, DIAGNOSTIC, \
>
> Can you call this PrintMetaspaceStatisticsAtExit to be like the other ones?
Sure!
-------------
PR: https://git.openjdk.java.net/jdk/pull/2283
More information about the hotspot-runtime-dev
mailing list