8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities #48
Conversation
|
This backport pull request has now been updated with issue from the original commit. |
@kvergizova This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@yan-too) but any other Committer may sponsor as well.
|
/integrate |
@kvergizova |
/sponsor |
@yan-too @kvergizova Pushed as commit a48eb78. |
I'd like to backport 8250984 to 13u for parity with 11u.
The patch doesn't apply cleanly since 13u doesn't have cgroups v2 support (JDK-8231111), reapplied manually.
The following changes are made:
(CgroupV1MemorySubSystemController.java -> MemorySubsystem in cgroupv1/SubSystem.java, CgroupV1Subsystem.java -> cgroupv1/Metrics.java, MetricsTesterCgroupV1.java -> MetricsTester.java)
(JDK-8231111 and different implementation of JDK-8226575 for 13u)
Tested with tier1 and container tests.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk13u-dev pull/48/head:pull/48
$ git checkout pull/48