Withdrawn: 8263476: Use reserved memory for stack guard pages

duke duke at openjdk.org
Mon Nov 10 18:34:52 UTC 2025


On Thu, 31 Jul 2025 10:36:59 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Use reserved (instead of committed) memory for stack-guard-pages on linux like systems.
> 
> `os::must_commit_stack_guard_pages` uses `commit` in its name, but `commit` usually has specific meanings in OS memory context. The actual question the caller is asking is whether the caller needs to do some preparation work before marking the guard-pages as inaccessible. To avoid confusion, I changed it to "allocate". Other suggestions are welcome.
> 
> Test: ~tier1-3~ tier1-8

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/26571


More information about the hotspot-runtime-dev mailing list