src/share/vm/utilities/vmError.cpp

changeset 6755
5656140324ed
parent 5904
5cc2d82aa82a
child 6779
364b73402247
     1.1 --- a/src/share/vm/utilities/vmError.cpp	Wed Feb 12 11:33:30 2014 -0800
     1.2 +++ b/src/share/vm/utilities/vmError.cpp	Thu Feb 13 11:28:17 2014 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -975,7 +975,6 @@
    1.11        if (fd != -1) {
    1.12          out.print_raw("# An error report file with more information is saved as:\n# ");
    1.13          out.print_raw_cr(buffer);
    1.14 -        os::set_error_file(buffer);
    1.15  
    1.16          log.set_fd(fd);
    1.17        } else {

mercurial