Skip to content

Commit

Permalink
8284756: [11u] Remove unused isUseContainerSupport in CgroupV1Subsystem
Browse files Browse the repository at this point in the history
The actual native method in use is in CgroupsMetrics after JDK-8231111

Backport-of: 8482b376d6630649728929158233984b11d0e2f7
  • Loading branch information
Jonathan Dowland committed Dec 19, 2022
1 parent d6101df commit 9f76da9
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -408,6 +408,4 @@ public long getBlkIOServiced() {
return CgroupV1SubsystemController.getLongEntry(blkio, "blkio.throttle.io_serviced", "Total");
}

private static native boolean isUseContainerSupport();

}

1 comment on commit 9f76da9

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.