src/share/vm/compiler/compileBroker.cpp

changeset 7393
ecccc23346fe
parent 7305
28051f14c328
child 7535
7ae4e26cb1e0
child 8617
865c2c3bbf3d
     1.1 --- a/src/share/vm/compiler/compileBroker.cpp	Mon Dec 01 09:38:52 2014 -0500
     1.2 +++ b/src/share/vm/compiler/compileBroker.cpp	Wed Nov 26 08:06:58 2014 +0100
     1.3 @@ -1845,7 +1845,7 @@
     1.4                       os::file_separator(), thread_id, os::current_process_id());
     1.5        }
     1.6  
     1.7 -      fp = fopen(file_name, "at");
     1.8 +      fp = fopen(file_name, "wt");
     1.9        if (fp != NULL) {
    1.10          if (LogCompilation && Verbose) {
    1.11            tty->print_cr("Opening compilation log %s", file_name);

mercurial