RFR: 8322420: [Linux] cgroup v2: Limits in parent nested control groups are not detected [v2]

Severin Gehwolf sgehwolf at openjdk.org
Tue Aug 27 19:36:04 UTC 2024


On Tue, 27 Aug 2024 14:25:32 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Severin Gehwolf has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains eight commits:
>> 
>>  - Merge branch 'master' into jdk-8322420_cgroup_hierarchy_walk_init
>>  - Merge branch 'master' into jdk-8322420_cgroup_hierarchy_walk_init
>>  - Remove some duplication
>>  - Fix style
>>  - Merge branch 'master' into jdk-8322420_cgroup_hierarchy_walk_init
>>  - Merge branch 'master' into jdk-8322420_cgroup_hierarchy_walk_init
>>  - Merge branch 'master' into jdk-8322420_cgroup_hierarchy_walk_init
>>  - 8322420: [Linux] cgroup v2: Limits in parent nested control groups are not detected
>
> src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp line 78:
> 
>> 76: bool CgroupV1Controller::needs_hierarchy_adjustment() {
>> 77:   assert(_cgroup_path != nullptr, "sanity");
>> 78:   return strcmp(_root, _cgroup_path) != 0;
> 
> A comment maybe explaining the logic?

Sure.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20646#discussion_r1733417139


More information about the hotspot-runtime-dev mailing list