# HG changeset patch # User bobv # Date 1568223030 0 # Node ID 03964761a23c84df6b8726bfbf9cb54277043e3b # Parent d52f77f0acb503f2da89021334f34e2dbca98cc3 8229202: Docker reporting causes secondary crashes in error handling Reviewed-by: coleenp, hseigel, mseledtsov diff -r d52f77f0acb5 -r 03964761a23c src/hotspot/os/linux/osContainer_linux.hpp --- a/src/hotspot/os/linux/osContainer_linux.hpp Wed Sep 11 08:50:03 2019 -0700 +++ b/src/hotspot/os/linux/osContainer_linux.hpp Wed Sep 11 17:30:30 2019 +0000 @@ -62,7 +62,6 @@ }; inline bool OSContainer::is_containerized() { - assert(_is_initialized, "OSContainer not initialized"); return _is_containerized; }