8260250: Duplicate check in DebugInformationRecorder::recorders_frozen
Reviewed-by: iveresov, thartmann
This commit is contained in:
parent
bf5e801501
commit
c5ad713e18
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user