RFR: 8327946: containers/docker/TestJFREvents.java fails when host kernel config vm.swappiness=0 after JDK-8325139 [v3]

SendaoYan syan at openjdk.org
Fri Apr 12 09:52:44 UTC 2024


On Fri, 12 Apr 2024 09:06:46 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> I don't think we need `Whitebox`. A simpler check would be to use the `Metrics` class. See for example `test/hotspot/jtreg/containers/docker/TestMemoryWithCgroupV1.java`.

Thanks your advice. The `Whitebox` has been removed, and Use `Metrics`class to get the cgroup version information.

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

PR Comment: https://git.openjdk.org/jdk/pull/18225#issuecomment-2051434029


More information about the hotspot-dev mailing list