[jdk11u-dev] Integrated: 8254001: [Metrics] Enhance parsing of cgroup interface files for version detection

Andrew Azores duke at openjdk.java.net
Fri Apr 29 15:46:46 UTC 2022


On Thu, 7 Apr 2022 15:34:54 GMT, Andrew Azores <duke at openjdk.java.net> wrote:

> Backport commit [a50725db2ab621e1a17cb5505f78e4bc73972a27](https://github.com/openjdk/jdk/commit/a50725db) for [JDK-8254001](https://bugs.openjdk.java.net/browse/JDK-8254001), enhancement to cgroups interface parsing and version detection.
> 
> The patch applied mostly cleanly with only two minor conflicts in `CgroupV1Subsystem.java`. These conflicts were simply hunks that failed to apply because the surrounding context did not match due to later changes in the internal implementation that are not present in JDK11. Since the patch being backported wholly replaces or removes these implementations anyway, my resolution was to simply remove the old implementation and accept the new implementation from the backport patch.

This pull request has now been integrated.

Changeset: 9c10f3ef
Author:    Andrew Azores <me at andrewazor.es>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.java.net/jdk11u-dev/commit/9c10f3efb99d10e53241df3c70f1c6705c4e29d6
Stats:     595 lines in 5 files changed: 321 ins; 142 del; 132 mod

8254001: [Metrics] Enhance parsing of cgroup interface files for version detection

Reviewed-by: sgehwolf
Backport-of: a50725db2ab621e1a17cb5505f78e4bc73972a27

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/1020


More information about the jdk-updates-dev mailing list