-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
b19
-
generic
-
linux
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8374620 | 21.0.11-oracle | Ivan Bereziuk | P4 | Resolved | Fixed | b01 |
| JDK-8376076 | 21.0.11 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
Using a JDK 25+16 build running on Alpine 3.20 with Kernel 6.12+ and with the cgroups service turned on results in the following debug output:
alpine3:~$ ./jdk-25+16/bin/java -Xlog:os+container=debug --version
[0.001s][debug][os,container] Detected optional pids controller entry in /proc/cgroups
[0.001s][debug][os,container] controller cpuset is not enabled
[ ]
[0.001s][debug][os,container] controller memory is not enabled
[ ]
[0.001s][debug][os,container] One or more required controllers disabled at kernel level.
openjdk 25-beta 2025-09-16
OpenJDK Runtime Environment Temurin-25+16-202503272135 (build 25-beta+16-ea)
OpenJDK 64-Bit Server VM Temurin-25+16-202503272135 (build 25-beta+16-ea, mixed mode, sharing)
Note the extra empty lines in the trace output. We should fix this.
Note that the underlying issue of "controller not enabled" messages is fixed withJDK-8349988.
alpine3:~$ ./jdk-25+16/bin/java -Xlog:os+container=debug --version
[0.001s][debug][os,container] Detected optional pids controller entry in /proc/cgroups
[0.001s][debug][os,container] controller cpuset is not enabled
[ ]
[0.001s][debug][os,container] controller memory is not enabled
[ ]
[0.001s][debug][os,container] One or more required controllers disabled at kernel level.
openjdk 25-beta 2025-09-16
OpenJDK Runtime Environment Temurin-25+16-202503272135 (build 25-beta+16-ea)
OpenJDK 64-Bit Server VM Temurin-25+16-202503272135 (build 25-beta+16-ea, mixed mode, sharing)
Note the extra empty lines in the trace output. We should fix this.
Note that the underlying issue of "controller not enabled" messages is fixed with
- backported by
-
JDK-8374620 Odd debug output in -Xlog:os+container=debug on certain systems
-
- Resolved
-
-
JDK-8376076 Odd debug output in -Xlog:os+container=debug on certain systems
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk21u-dev/4ede2b74
-
Commit(master)
openjdk/jdk/4478a99e
-
Review(master)
openjdk/jdk21u-dev/2551
-
Review(master)
openjdk/jdk/24533
(1 links to)