src/hotspot/os/linux/os_linux.cpp
changeset 53899 bae1944fc279
parent 53886 e94ed0236046
child 53968 6862a1997fbb
--- a/src/hotspot/os/linux/os_linux.cpp	Fri Feb 22 16:41:01 2019 +0100
+++ b/src/hotspot/os/linux/os_linux.cpp	Fri Feb 22 17:54:13 2019 +0100
@@ -1359,11 +1359,9 @@
 void os::abort(bool dump_core, void* siginfo, const void* context) {
   os::shutdown();
   if (dump_core) {
-#ifndef ZERO
     if (DumpPrivateMappingsInCore) {
       ClassLoader::close_jrt_image();
     }
-#endif
 #ifndef PRODUCT
     fdStream out(defaultStream::output_fd());
     out.print_raw("Current thread is ");