On Thu, 19 Nov 2020 01:22:01 GMT, Poonam Bajaj <poo...@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 This pull request has now been integrated. Changeset: 8d9cf48e Author: Poonam Bajaj <poo...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/8d9cf48e Stats: 23 lines in 4 files changed: 21 ins; 0 del; 2 mod 8255908: ExceptionInInitializerError due to UncheckedIOException while initializing cgroupv1 subsystem Reviewed-by: shade, sgehwolf, bobv ------------- PR: https://git.openjdk.java.net/jdk/pull/1303