[jdk13u-dev] Integrated: 8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities

Ekaterina Vergizova evergizova at openjdk.java.net
Fri Dec 4 11:41:11 UTC 2020


On Fri, 4 Dec 2020 11:03:13 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:

> 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:
> - some changes are reapplied to different files where the functionality originally located before cgroups v2 support
>   (CgroupV1MemorySubSystemController.java -> MemorySubsystem in cgroupv1/SubSystem.java, CgroupV1Subsystem.java -> cgroupv1/Metrics.java, MetricsTesterCgroupV1.java -> MetricsTester.java)
> - changes in tests TestMemoryAwareness.java and MetricsMemoryTester.java are adjusted due to different context 
>   (JDK-8231111 and different implementation of JDK-8226575 for 13u)
> - changes in ProblemLists and PlainRead.java are skipped, they are not applicable to 13u
> 
> Tested with tier1 and container tests.

This pull request has now been integrated.

Changeset: a48eb784
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk13u-dev/commit/a48eb784
Stats:     94 lines in 5 files changed: 51 ins; 2 del; 41 mod

8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities

Reviewed-by: yan
Backport-of: 0187567704d79ecf394d4cb656d0ba4c886351f1

-------------

PR: https://git.openjdk.java.net/jdk13u-dev/pull/48


More information about the jdk-updates-dev mailing list