RFR: 8253727: [cgroups v2] Memory and swap limits reported incorrectly [v4]

Severin Gehwolf sgehwolf at openjdk.java.net
Wed Sep 30 09:37:42 UTC 2020


On Tue, 29 Sep 2020 19:00:43 GMT, Bob Vandette <bobv at openjdk.org> wrote:

>> test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java line 248:
>> 
>>> 246:             newVal = valSwap;
>>> 247:         } else {
>>> 248:             // ignore error values for valMemory, since the container runtime
>> 
>> Add an assert??
>
> Other than that nit, it looks fine.

It's now an assert. Thanks!

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

PR: https://git.openjdk.java.net/jdk/pull/384


More information about the hotspot-runtime-dev mailing list