hotspot/src/share/vm/utilities/vmError.cpp
changeset 25503 9f471b837330
parent 25351 7c198a690050
child 25719 ef6312344da2
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Fri Jul 11 09:14:21 2014 -0700
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Mon Jul 14 12:43:50 2014 +0400
@@ -989,7 +989,6 @@
       if (fd != -1) {
         out.print_raw("# An error report file with more information is saved as:\n# ");
         out.print_raw_cr(buffer);
-        os::set_error_file(buffer);
 
         log.set_fd(fd);
       } else {