mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8236569: -Xss not multiple of 4K does not work for the main thread on macOS
Reviewed-by: dholmes, stuefe
This commit is contained in:
parent
7159976335
commit
7846971381
4 changed files with 43 additions and 2 deletions
|
@ -1151,6 +1151,8 @@ continues.
|
|||
Sets the thread stack size (in bytes).
|
||||
Append the letter \f[CB]k\f[R] or \f[CB]K\f[R] to indicate KB, \f[CB]m\f[R] or
|
||||
\f[CB]M\f[R] to indicate MB, or \f[CB]g\f[R] or \f[CB]G\f[R] to indicate GB.
|
||||
The actual size may be rounded up to a multiple of the system page size as
|
||||
required by the operating system.
|
||||
The default value depends on the platform:
|
||||
.RS
|
||||
.IP \[bu] 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue