Is JDK-8291919 refixed in JDK11u?
shanghe chen
chenshanghe at outlook.com
Wed Feb 21 06:24:52 UTC 2024
Hi! We occionally occurred in to docker oom with a java service running inside docker with java version
openjdk version "11.0.14.1" 2022-02-08
OpenJDK Runtime Environment Temurin-11.0.14.1+1 (build 11.0.14.1+1)
OpenJDK 64-Bit Server VM Temurin-11.0.14.1+1 (build 11.0.14.1+1, mixed mode)
Inspecting dmesg log we found the following lines:
[Mon Feb 19 13:14:16 2024] IPv6: ADDRCONF(NETDEV_CHANGE): lxca2a678a797cd: link becomes ready
[Mon Feb 19 13:38:25 2024] C2 CompilerThre invoked oom-killer: gfp_mask=0x6000c0(GFP_KERNEL), nodemask=(null), order=0, oom_score_adj=-998
[Mon Feb 19 13:38:25 2024] C2 CompilerThre cpuset=2cc0b0ba8e280972d0d5269810c52d911a5227aa5d0b4dbc4da6b7003988000d mems_allowed=0
[Mon Feb 19 13:38:25 2024] CPU: 12 PID: 51367 Comm: C2 CompilerThre Tainted: G W O 4.19.118-2.el7.centos.x86_64 #1
And after some googling we found
- https://mail.openjdk.org/pipermail/hotspot-runtime-dev/2019-March/033112.html
- and https://bugs.openjdk.org/browse/JDK-8291919
- and https://bugs.openjdk.org/browse/JDK-8292260
- and https://bugs.openjdk.org/browse/JDK-8292301
JDK-8292260 says that the fix in JDK-8291919 has beed reverted. And then JDK-8292301 fixed this again.
But I cannot find any commits related to JDK-8292301 in jdk11u. Has it been fixed in jdk11 now?
Thank you for any response!
Shanghe Chen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jdk-dev/attachments/20240221/a1050311/attachment.htm>
More information about the jdk-dev
mailing list