< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page

        

@@ -1517,18 +1517,10 @@
   os::shutdown();
   if (dump_core) {
     if (DumpPrivateMappingsInCore) {
       ClassLoader::close_jrt_image();
     }
-#ifndef PRODUCT
-    fdStream out(defaultStream::output_fd());
-    out.print_raw("Current thread is ");
-    char buf[16];
-    jio_snprintf(buf, sizeof(buf), UINTX_FORMAT, os::current_thread_id());
-    out.print_raw_cr(buf);
-    out.print_raw_cr("Dumping core ...");
-#endif
     ::abort(); // dump core
   }
 
   ::exit(1);
 }
< prev index next >