-
Enhancement
-
Resolution: Fixed
-
P4
-
11.0.11, 17
-
b15
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278096 | 11.0.15 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
Glibc 2.33 deprecates the mallinfo API in favor of the new mallinfo2 API. The API stays nearly the same, only the types in the struct containing the malloc information has changed. Fields in the new API are size_t instead of int.
Compiling against glibc 2.33 triggers a warning (because of mallinfo deprecation), which becomes an error if --disable-warnings-as-errors is not used.
See https://sourceware.org/pipermail/libc-alpha/2021-February/122207.html
Compiling against glibc 2.33 triggers a warning (because of mallinfo deprecation), which becomes an error if --disable-warnings-as-errors is not used.
See https://sourceware.org/pipermail/libc-alpha/2021-February/122207.html
- backported by
-
JDK-8278096 Mallinfo deprecated in glibc 2.33
-
- Resolved
-
- relates to
-
JDK-8251255 [linux] Add process-memory information to hs-err and VM.info
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/9d07232c
-
Commit openjdk/jdk/454af871
-
Review openjdk/jdk11u-dev/676
-
Review openjdk/jdk/2964
(1 links to)