mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8176140: 8176140-Crashes-or-timeouts-during-error-reporting-may-lead-to-infinitely-repeated-error-logs-until-ErrorLogTimeout-is-hit
Reviewed-by: cjplummer, dholmes
This commit is contained in:
parent
6fdf396624
commit
5806258936
1 changed files with 1 additions and 1 deletions
|
@ -1323,6 +1323,7 @@ void VMError::report_and_die(int id, const char* message, const char* detail_fmt
|
|||
}
|
||||
|
||||
report(&log, true);
|
||||
log_done = true;
|
||||
_current_step = 0;
|
||||
_current_step_info = "";
|
||||
|
||||
|
@ -1343,7 +1344,6 @@ void VMError::report_and_die(int id, const char* message, const char* detail_fmt
|
|||
}
|
||||
|
||||
log.set_fd(-1);
|
||||
log_done = true;
|
||||
}
|
||||
|
||||
static bool skip_replay = ReplayCompiles; // Do not overwrite file during replay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue