RFR: 8255908: ExceptionInInitializerError due to UncheckedIOException while initializing cgroupv1 subsystem [v3]

Severin Gehwolf sgehwolf at openjdk.java.net
Fri Nov 20 15:56:09 UTC 2020


On Thu, 19 Nov 2020 20:49:16 GMT, Poonam Bajaj <poonam at openjdk.org> wrote:

>> Hi,
>> 
>> Please review this simple change that catches UncheckedIOException that can occur if /proc/self/cgroup or /proc/self/mountinfo files don't exist on the system, or if there is an interrupt while these are being read.
>> 
>> Testing: Tier1, Tier2 and Tier3.
>> 
>> Thanks,
>> Poonam
>
> Poonam Bajaj has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Added UnchedkedIOException catch blocks for sumTokensIOStat and getLongEntry methods

Marked as reviewed by sgehwolf (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1303


More information about the core-libs-dev mailing list