RFR: JDK-8262163: Extend settings printout in jcmd VM.metaspace

Yang Yi github.com+5010047+kelthuzadx at openjdk.java.net
Wed Feb 24 03:01:38 UTC 2021


On Tue, 23 Feb 2021 07:58:58 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Looks good! IMHO, can we simply reorder these settings? i.e.
>> 
>> Settings:
>> AppCDS: on
>> Initial GC threshold: 20,75 MB
>> Current GC threshold: 21,50 MB
>> MaxMetaspaceSize: 17179869184,00 GB
>> MetaspaceReclaimPolicy: balanced
>> CompressedClassSpaceSize: 1,00 GB
>
> Hi Yang,
> 
>> Looks good! IMHO, can we simply reorder these settings? i.e.
>> 
>> Settings:
>> AppCDS: on
>> Initial GC threshold: 20,75 MB
>> Current GC threshold: 21,50 MB
>> MaxMetaspaceSize: 17179869184,00 GB
>> MetaspaceReclaimPolicy: balanced
>> CompressedClassSpaceSize: 1,00 GB
> 
> Sure, I can reorder that, but on what base? Alphabetically?
> 
> ..Thomas

Maybe good-looking based ordering : )

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

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


More information about the hotspot-runtime-dev mailing list