Integrated: 8236569: -Xss not multiple of 4K does not work for the main thread on macOS

Adam Sotona asotona at openjdk.java.net
Wed Jun 1 06:17:31 UTC 2022


On Tue, 31 May 2022 08:37:19 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

This pull request has now been integrated.

Changeset: 78469713
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/784697138182f104c30f8365b01f67be4d28083c
Stats:     43 lines in 4 files changed: 41 ins; 0 del; 2 mod

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

Reviewed-by: dholmes, stuefe

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

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


More information about the core-libs-dev mailing list