On Thu, 19 Nov 2020 19:29:25 GMT, Bob Vandette <b...@openjdk.org> wrote:
>> This looks good to me. @jerboaa might want to take a look. > > Shouldn't you add a check in > src/java.base/linux/classes/jdk/internal/platform/cgroupv2/CgroupV2Subsystem.java:sumTokensIOStat > ? > > What about getLongEntry in > src/java.base/linux/classes/jdk/internal/platform/CgroupSubsystemController.java? > There are streams operations occuring there as well. @bobvandette sumTokensIOStat() and getLongEntry() should also have the catch blocks, and I have added those. Please review the latest commit. ------------- PR: https://git.openjdk.java.net/jdk/pull/1303