RFR: 8277531: Print actual default stacksize on Windows thread logging
David Holmes
dholmes at openjdk.java.net
Tue Nov 23 06:58:14 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?
For the record on my Windows 10 system, the default stacksize (-Xss0) is 1024K and any requested -Xss value is rounded up to a 64K boundary.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6495
More information about the hotspot-runtime-dev
mailing list