hg: jdk/submit: 2 new changesets
sgehwolf at redhat.com
sgehwolf at redhat.com
Mon Oct 14 18:51:19 UTC 2019
Changeset: f8e303462829
Author: sgehwolf
Date: 2019-09-11 13:04 +0200
URL: https://hg.openjdk.java.net/jdk/submit/rev/f8e303462829
8230848: OSContainer: Refactor container detection code
Summary: Move cgroups v1 implementation details out of osContainer_linux.cpp
Reviewed-by: bobv
+ src/hotspot/os/linux/cgroupSubsystem_linux.cpp
+ src/hotspot/os/linux/cgroupSubsystem_linux.hpp
+ src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp
+ src/hotspot/os/linux/cgroupV1Subsystem_linux.hpp
! src/hotspot/os/linux/osContainer_linux.cpp
! src/hotspot/os/linux/osContainer_linux.hpp
Changeset: d5db5db87611
Author: sgehwolf
Date: 2019-10-14 18:42 +0200
URL: https://hg.openjdk.java.net/jdk/submit/rev/d5db5db87611
8230305: Cgroups v2: Container awareness
Summary: Implement Cgroups v2 container awareness in hotspot
Reviewed-by: bobv
! src/hotspot/os/linux/cgroupSubsystem_linux.cpp
! src/hotspot/os/linux/cgroupSubsystem_linux.hpp
+ src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp
+ src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp
! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/jtreg/containers/cgroup/PlainRead.java
! test/hotspot/jtreg/containers/docker/PrintContainerInfo.java
! test/hotspot/jtreg/containers/docker/TestCPUAwareness.java
! test/hotspot/jtreg/containers/docker/TestMisc.java
! test/lib/sun/hotspot/WhiteBox.java
More information about the jdk-submit-changes
mailing list