RFR: 8277531: Print actual default stacksize on Windows thread logging
David Holmes
dholmes at openjdk.java.net
Mon Nov 22 13:25:07 UTC 2021
On Mon, 22 Nov 2021 09:22:39 GMT, Takuya Kiriyama <duke at openjdk.java.net> wrote:
> I modified to log actual stack size on Windows by using `os::win32::default_stack_size()`.
> Could you please review this fix?
Though perhaps that is expected - what we actually intend to print is the -Xss value? But if so why not just print that?
Also with current logging and -Xss256K I see a strange mix of "default" and "256K" in the output, which seems wrong in relation to the current patch. I will need to look at this more closely.
David
-------------
PR: https://git.openjdk.java.net/jdk/pull/6495
More information about the hotspot-runtime-dev
mailing list