[jdk8u-dev] RFR: 8239785: Cgroups: Incorrect detection logic on old systems in hotspot [v2]
Jonathan Dowland
jdowland at openjdk.org
Thu Oct 13 08:45:34 UTC 2022
> This is a backport of add18914fb1294999877b563c734a25b4c17b922 for cgroups v2 support injdk8u-dev, via the 11u backport.
>
> It does not apply clean:
>
> * context issues for changes made for the different approach for logging in 8u
> * copyright lines
>
> Small amount of re-working of new code that used `log_trace`/`log_debug` to use the 8u approach.
Jonathan Dowland has updated the pull request incrementally with one additional commit since the last revision:
remove duplicate include of osContainer_linux
With the backport of 8189762, the include of osContainer_linux was
moved to a later #ifdef stanza, relative to the original. This caused
a context problem with this backport.
-------------
Changes:
- all: https://git.openjdk.org/jdk8u-dev/pull/135/files
- new: https://git.openjdk.org/jdk8u-dev/pull/135/files/755b5319..880244fd
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=135&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=135&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/135.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/135/head:pull/135
PR: https://git.openjdk.org/jdk8u-dev/pull/135
More information about the jdk8u-dev
mailing list