Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8214847 | openjdk8u212 | Andrew Haley | P4 | Resolved | Fixed | b01 |
New 64-bit Linux kernels have a default stack guard of a megabyte between the main stack and any allocated memory. 32-bit Linux x86 HotSpot allocates an executable memory region just beyond the end of the stack. When the stack grows to within a megabyte of this region the process segfaults and is killed.
- backported by
-
JDK-8214847 Increased stack guard causes segfaults on x86-32
- Resolved
- relates to
-
JDK-8265832 runtime/StackGap/testme.sh fails to compile in 8u
- Resolved
-
JDK-8208160 runtime/StackGap/testme.sh fails intermittently on Linux-X64
- Closed