In `StackOverflow::create_stack_guard_pages`:
int must_commit = os::must_commit_stack_guard_pages();
The type should be bool because of `bool must_commit_stack_guard_pages();`.
int must_commit = os::must_commit_stack_guard_pages();
The type should be bool because of `bool must_commit_stack_guard_pages();`.
- links to
-
Commit(master) openjdk/jdk/c9ecc826
-
Review(master) openjdk/jdk/26291