-
Bug
-
Resolution: Fixed
-
P2
-
11, 17
-
b12
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8272871 | 17.0.2 | David Holmes | P2 | Resolved | Fixed | b01 |
JDK-8272955 | 17.0.1 | David Holmes | P2 | Closed | Fixed | b08 |
JDK-8293636 | 15.0.9 | Yuri Nesterenko | P2 | Resolved | Fixed | b04 |
JDK-8293918 | 13.0.13 | Yuri Nesterenko | P2 | Resolved | Fixed | b04 |
JDK-8273155 | 11.0.14-oracle | Harold Seigel | P2 | Closed | Fixed | b01 |
JDK-8272898 | 11.0.13 | Aleksey Shipilev | P2 | Resolved | Fixed | b04 |
/<<PKGBUILDDIR>>/test/hotspot/jtreg/runtime/StackGuardPages/exeinvoke.c: In
function 'set_signal_handler':
/<<PKGBUILDDIR>>/test/hotspot/jtreg/runtime/StackGuardPages/exeinvoke.c:72:15:
error: storage size of 'altstack' isn't constant
72 | static char altstack[SIGSTKSZ];
| ^~~~~~~~
gmake[4]: *** [test/JtregNativeHotspot.gmk:1525:
/<<PKGBUILDDIR>>/build/support/test/hotspot/jtreg/native/support/exeinvoke/exeinvoke.o]
Error 1
caused by an intentional change in glibc 2.34:
* Add _SC_MINSIGSTKSZ and _SC_SIGSTKSZ. When _DYNAMIC_STACK_SIZE_SOURCE
or _GNU_SOURCE are defined, MINSIGSTKSZ and SIGSTKSZ are no longer
constant on Linux. MINSIGSTKSZ is redefined to sysconf(_SC_MINSIGSTKSZ)
and SIGSTKSZ is redefined to sysconf (_SC_SIGSTKSZ). This supports
dynamic sized register sets for modern architectural features like
Arm SVE.
- backported by
-
JDK-8272871 StackGuardPages test doesn't build with glibc 2.34
-
- Resolved
-
-
JDK-8272898 StackGuardPages test doesn't build with glibc 2.34
-
- Resolved
-
-
JDK-8293636 StackGuardPages test doesn't build with glibc 2.34
-
- Resolved
-
-
JDK-8293918 StackGuardPages test doesn't build with glibc 2.34
-
- Resolved
-
-
JDK-8272955 StackGuardPages test doesn't build with glibc 2.34
-
- Closed
-
-
JDK-8273155 StackGuardPages test doesn't build with glibc 2.34
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/417b3885
-
Commit openjdk/jdk13u-dev/6449dfbb
-
Commit openjdk/jdk15u-dev/bc76057d
-
Commit openjdk/jdk17u/bb7c412e
-
Commit openjdk/jdk/f77a1a15
-
Review openjdk/crac/37
-
Review openjdk/jdk11u-dev/275
-
Review openjdk/jdk13u-dev/407
-
Review openjdk/jdk15u-dev/274
-
Review openjdk/jdk17/304
-
Review openjdk/jdk17u/32
-
Review openjdk/jdk/5200