This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8239785: Cgroups: Incorrect detection logic on old systems in hotspot
Return NULL subsystem if no cgroup controllers are mounted. Reviewed-by: bobv, mbaesken
- Loading branch information
Showing
with
599 additions
and 169 deletions.
- +233 −155 src/hotspot/os/linux/cgroupSubsystem_linux.cpp
- +64 −13 src/hotspot/os/linux/cgroupSubsystem_linux.hpp
- +41 −0 src/hotspot/share/prims/whitebox.cpp
- +4 −1 src/hotspot/share/prims/whitebox.hpp
- +254 −0 test/hotspot/jtreg/containers/cgroup/CgroupSubsystemFactory.java
- +3 −0 test/lib/sun/hotspot/WhiteBox.java
There are no files selected for viewing
Oops, something went wrong.