comparison src/share/vm/utilities/vmError.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children b1911c1e44c8
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
1038 1038
1039 // done with OnError 1039 // done with OnError
1040 OnError = NULL; 1040 OnError = NULL;
1041 } 1041 }
1042 1042
1043 static bool skip_replay = ReplayCompiles; // Do not overwrite file during replay 1043 static bool skip_replay = false;
1044 if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) { 1044 if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) {
1045 skip_replay = true; 1045 skip_replay = true;
1046 ciEnv* env = ciEnv::current(); 1046 ciEnv* env = ciEnv::current();
1047 if (env != NULL) { 1047 if (env != NULL) {
1048 int fd = prepare_log_file(ReplayDataFile, "replay_pid%p.log", buffer, sizeof(buffer)); 1048 int fd = prepare_log_file(ReplayDataFile, "replay_pid%p.log", buffer, sizeof(buffer));