-
Bug
-
Resolution: Fixed
-
P4
-
11.0.16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8298937 | openjdk8u372 | Jonathan Dowland | P4 | Resolved | Fixed | b01 |
When JDK-8250984 was backported to 11u, JDK-8231111 (CGroups v2 support) was not present.
JDK-8231111 was added to 11u in 11.0.16. The change to test/hotspot/jtreg/containers/cgroup/PlainRead.java that was omitted in the original backport of JDK-8250984 now needs to be added to 11u so it can recognise OSCONTAINER_ERROR (=-2) as a valid value.
- static final String good_value = "(\\d+|-1|Unlimited)";
+ static final String good_value = "(\\d+|-1|-2|Unlimited)";
- static final String good_value = "(\\d+|-1|Unlimited)";
+ static final String good_value = "(\\d+|-1|-2|Unlimited)";
- backported by
-
JDK-8298937 [TESTBUG] Part of JDK-8250984 absent from 11u
- Resolved
- relates to
-
JDK-8231111 Cgroups v2: Rework Metrics in java.base so as to recognize unified hierarchy
- Resolved
-
JDK-8250984 Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities
- Resolved
- links to
-
Commit openjdk/jdk8u-dev/d039c8de
-
Commit openjdk/jdk11u-dev/2f0f34ce
-
Review openjdk/jdk8u-dev/175
-
Review openjdk/jdk11u-dev/1289
(2 links to)