RFR: 8236569: -Xss not multiple of 4K does not work for the main thread on macOS [v2]

Thomas Stuefe stuefe at openjdk.java.net
Wed Jun 1 04:46:41 UTC 2022


On Tue, 31 May 2022 15:10:38 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> This is continuation of PR #4256 
>> 
>> The patch simply rounds up the specified stack size to multiple of the system page size, on systems where necessary.
>> The patch is based on the original PR/branch, with reflected remaining recommendations.
>> 
>> Please review.
>> 
>> Thank you,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated Java mannpage

Looks good.

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

Marked as reviewed by stuefe (Reviewer).

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


More information about the core-libs-dev mailing list