Skip to content

Commit 9f76da9

Browse files
author
Jonathan Dowland
committedDec 19, 2022
8284756: [11u] Remove unused isUseContainerSupport in CgroupV1Subsystem
The actual native method in use is in CgroupsMetrics after JDK-8231111 Backport-of: 8482b376d6630649728929158233984b11d0e2f7
1 parent d6101df commit 9f76da9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎jdk/src/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1Subsystem.java

-2
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,4 @@ public long getBlkIOServiced() {
408408
return CgroupV1SubsystemController.getLongEntry(blkio, "blkio.throttle.io_serviced", "Total");
409409
}
410410

411-
private static native boolean isUseContainerSupport();
412-
413411
}

0 commit comments

Comments
 (0)
Please sign in to comment.