RFR: 8277531: Print actual default stacksize on Windows thread logging [v2]

KIRIYAMA Takuya duke at openjdk.java.net
Thu Jan 13 11:49:11 UTC 2022


On Mon, 27 Dec 2021 10:24:59 GMT, KIRIYAMA Takuya <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?
>
> KIRIYAMA Takuya has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - 8277531: Print actual default stacksize on Windows thread logging
>  - Merge branch 'master' into 8277531
>  - 8277531: Print actual default stacksize on Windows thread logging

I think so too.
I fixed runtime/logging/ThreadLoggingTest.java for this fix.
I can’t comment to JBS, so I ask someone.

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

PR: https://git.openjdk.java.net/jdk/pull/6495


More information about the hotspot-runtime-dev mailing list