--- old/src/os/windows/vm/os_windows.cpp 2010-09-15 10:08:40.000000000 -0700 +++ new/src/os/windows/vm/os_windows.cpp 2010-09-15 10:08:39.000000000 -0700 @@ -857,9 +857,6 @@ // allow PerfMemory to attempt cleanup of any persistent resources perfMemory_exit(); - // flush buffered output, finish log files - ostream_abort(); - // Check for abort hook abort_hook_t abort_hook = Arguments::abort_hook(); if (abort_hook != NULL) {