We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e659a67 commit 3769ef3Copy full SHA for 3769ef3
src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp
@@ -86,7 +86,7 @@ class CgroupV2Subsystem: public CgroupSubsystem {
86
87
public:
88
CgroupV2Subsystem(CgroupV2MemoryController * memory,
89
- CgroupV2CpuController* cpu) {
+ CgroupV2CpuController* cpu) {
90
_unified = memory; // Use memory for now, should have all separate later
91
_memory = new CachingCgroupController<CgroupMemoryController*>(memory);
92
_cpu = new CachingCgroupController<CgroupCpuController*>(cpu);
0 commit comments