[jdk11u-dev] RFR: 8291570: [TESTBUG] Part of JDK-8250984 absent from 11u
Sergey Bylokhov
serb at openjdk.org
Wed Aug 3 19:57:34 UTC 2022
On Fri, 29 Jul 2022 20:24:05 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> So, the story goes:
>
> * [JDK-8250984](https://bugs.openjdk.org/browse/JDK-8250984) was backported in 11.0.10
> * [JDK-8231111](https://bugs.openjdk.org/browse/JDK-8231111) was backported in 11.0.16
> * In later JDKs, these changes occur in the opposite order. So, when 8250984 was backported, changes related to 8231111 were stripped from it.
> * Now 8231111 has been backported, the testcase needs to be updated to recognise `OSCONTAINER_ERROR` (which is `-2`) as a valid return value from the CGroups v2 code.
>
> Without this fix, we're seeing the testcase failing on newer systems. This change syncs the testcase with trunk.
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1289
More information about the jdk-updates-dev
mailing list