JDK 11 | Other |
---|---|
11.0.17 b05Fixed | openjdk8u372Fixed |
Relates :
|
|
Relates :
|
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)";
|