Historically on AIX we have disabled OS guard pages because in the early days of the AIX port they interfered with the hotspot guard pages. But that leaves non-java threads without stack overflow protection. Having OS guard pages in place would crash the VM immediately instead of the stack just growing into unknown territory (typically some other threads stack).
Enable OS guard pages again for non-java threads.
Enable OS guard pages again for non-java threads.
- relates to
-
JDK-8186293 [aix] Fix thread creation with huge stack sizes
-
- Resolved
-