JEP 271: Unified GC Logging

Kirk Pepperdine kirk.pepperdine at gmail.com
Thu Sep 24 17:02:15 UTC 2015


Hi Bernd,

> 
> 
> Are you planning to use different locales for the number rendering? In
> your example the comma is not only confusing but also makes it harder
> to parse. Will size numbers always printed with dynamic units? is it
> possible to stick with one format for seperating units from numbers
> (i.e. "12 ms" vs. "12M”)

The comma, period issue can be solved easily with something like “(\\d+(.|,)\\d+)”. It’s not a real issue.

Regards,
Kirk




More information about the hotspot-gc-dev mailing list