Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8291570

[TESTBUG] Part of JDK-8250984 absent from 11u

    XMLWordPrintable

Details

    • b01
    • b05
    • generic
    • generic

    Backports

      Description

        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)";

        Attachments

          Issue Links

            Activity

              People

                andrew Andrew Hughes
                andrew Andrew Hughes
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: