Commit 4577147 1 parent bb3aac6 commit 4577147 Copy full SHA for 4577147
File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1708,10 +1708,8 @@ void ciEnv::dump_replay_data(int compile_id) {
1708
1708
fileStream replay_data_stream (replay_data_file, /* need_close=*/ true );
1709
1709
dump_replay_data (&replay_data_stream);
1710
1710
tty->print_cr (" # Compiler replay data is saved as: %s" , buffer);
1711
- fclose (replay_data_file);
1712
1711
} else {
1713
1712
tty->print_cr (" # Can't open file to dump replay data." );
1714
- close (fd);
1715
1713
}
1716
1714
}
1717
1715
}
@@ -1734,10 +1732,8 @@ void ciEnv::dump_inline_data(int compile_id) {
1734
1732
replay_data_stream.flush ();
1735
1733
tty->print (" # Compiler inline data is saved as: " );
1736
1734
tty->print_cr (" %s" , buffer);
1737
- fclose (inline_data_file);
1738
1735
} else {
1739
1736
tty->print_cr (" # Can't open file to dump inline data." );
1740
- close (fd);
1741
1737
}
1742
1738
}
1743
1739
}
You can’t perform that action at this time.
0 commit comments