test/jdk/jdk/internal/platform/docker/TestDockerBasic.java fails with
[Error: OCI runtime error: runc: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: process_linux.go:508: setting cgroup config for procHooks process caused: cannot set memory limit: container could not join or create cgroup
This happens on OL8 not OL7. This started with the integration of JDK-8293540.
This test uses cgroups features but is missing the "@key cgroups" line. See JDK-8255787