RFR: JDK-8306883: Thread stacksize is reported with wrong units in os::create_thread logging
Thomas Stuefe
stuefe at openjdk.org
Wed Apr 26 15:50:26 UTC 2023
On Wed, 26 Apr 2023 15:28:01 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> To be overly nerdy here, "k" is the SI prefix which signifies 1000, while "K" is 1024. So the message should also be with upper-case "K", I think :) Otherwise looks good.
That's fine, you are known to be nerdy ;-)
I'll change it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13665#issuecomment-1523640178
More information about the hotspot-runtime-dev
mailing list