RFR: JDK-8321266: Add diagnostic RSS threshold [v3]

Thomas Stuefe stuefe at openjdk.org
Mon Dec 18 17:02:40 UTC 2023


On Mon, 11 Dec 2023 06:02:29 GMT, David Holmes <dholmes at openjdk.org> wrote:

> > I cannot just use scanf with %f since that would also parse values without decimal point that are meant to be absolute.
> 
> 0.0 -.999... == % else absolute ?

Hi David,

you have read my misgivings about using dot in command line arguments? E.g. on machines with a german locale, one would have to type a comma instead. That makes documentation cumbersome to write and conflicts with how we normally handle percentages at the command line.

If you insist this is the best way, I will do this to get this PR to proceed; just thought I ask again.

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

PR Comment: https://git.openjdk.org/jdk/pull/16938#issuecomment-1861060140


More information about the hotspot-dev mailing list