8260250: Duplicate check in DebugInformationRecorder::recorders_frozen

Reviewed-by: iveresov, thartmann
This commit is contained in:
Aleksey Shipilev 2021-01-22 17:19:33 +00:00
parent bf5e801501
commit c5ad713e18

View File

@ -397,7 +397,7 @@ void DebugInformationRecorder::end_scopes(int pc_offset, bool is_safepoint) {
#ifdef ASSERT
bool DebugInformationRecorder::recorders_frozen() {
return _oop_recorder->is_complete() || _oop_recorder->is_complete();
return _oop_recorder->is_complete();
}
void DebugInformationRecorder::mark_recorders_frozen() {