hg: jdk/submit: 2 new changesets

sgehwolf at redhat.com sgehwolf at redhat.com
Thu Oct 31 15:52:44 UTC 2019


Changeset: 9ac446c94191
Author:    sgehwolf
Date:      2019-09-11 13:04 +0200
URL:       https://hg.openjdk.java.net/jdk/submit/rev/9ac446c94191

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: 8036c20b51cf
Author:    sgehwolf
Date:      2019-10-14 18:42 +0200
URL:       https://hg.openjdk.java.net/jdk/submit/rev/8036c20b51cf

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/cgroupV1Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV1Subsystem_linux.hpp
+ src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp
+ src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp
! src/hotspot/os/linux/osContainer_linux.cpp
! src/hotspot/os/linux/osContainer_linux.hpp
! src/hotspot/os/linux/os_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