8229202: Docker reporting causes secondary crashes in error handling
authorbobv
Wed, 11 Sep 2019 17:30:30 +0000
changeset 58087 03964761a23c
parent 58086 d52f77f0acb5
child 58088 e2de6e166880
8229202: Docker reporting causes secondary crashes in error handling Reviewed-by: coleenp, hseigel, mseledtsov
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;
 }