[jdk8u-dev] RFR: 8220658: Improve the readability of container information in the error log [v2]
Jonathan Dowland
jdowland at openjdk.org
Tue Dec 23 16:44:41 UTC 2025
> This ([8220658]) is a low-risk change which improves the readability of some debug values reported to humans. I wish to backport this to 8u partly for Oracle parity, and partly because I intend to backport [8284758], which refactors and moves most of the code introduced here to another routine.
>
> Doing 8220658 first will ease 8284758 (reduced merge conflicts). Not doing 8220658 (and later backporting 8284758) will result in some of this code making it into 8u (the refactored bits) but not all (the improved cpu quota etc reporting)
>
> Patch is not clean due to path differences but otherwise applied without conflicts or fuzz. Builds and smoke tests fine. I've had some trouble running tier1 locally (OOMed my workstation) so I'm going to watch for the GitHub bot results whilst I retry.
>
> [8220658]: https://bugs.openjdk.org/browse/JDK-8220658
> [8284758]: https://bugs.openjdk.org/browse/JDK-8284758
Jonathan Dowland has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge remote-tracking branch 'jdk8u-dev/master' into 8220658-8u
- 8220658: Improve the readability of container information in the error log
Backport-of: 2c4b9e0778e170a17b04217bee66bb6c4fb18c0c
-------------
Changes:
- all: https://git.openjdk.org/jdk8u-dev/pull/723/files
- new: https://git.openjdk.org/jdk8u-dev/pull/723/files/62d1580b..bafeddc3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=723&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=723&range=00-01
Stats: 65150 lines in 355 files changed: 21740 ins; 12775 del; 30635 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/723.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/723/head:pull/723
PR: https://git.openjdk.org/jdk8u-dev/pull/723
More information about the jdk8u-dev
mailing list