RFR: 8334254: Cleanup CGroups initialization code

Severin Gehwolf sgehwolf at openjdk.org
Fri Jun 14 13:49:22 UTC 2024


On Thu, 13 Jun 2024 18:20:33 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> set_subsystem_path is only used at construction time, only call it at that time and make those functions private. Also remove virtualness, as this is unnecessary now.

While this is true, we want to adjust a controllers path after construction going forward. https://bugs.openjdk.org/browse/JDK-8322420 is the bug likely needing this.

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

PR Comment: https://git.openjdk.org/jdk/pull/19709#issuecomment-2168091562


More information about the hotspot-runtime-dev mailing list