Skip to content

Commit

Permalink
Comment out assertion eclipse-openj9#15472
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjtuttle committed Aug 14, 2023
1 parent 9b11329 commit a6ac326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/compiler/control/CompilationThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11992,10 +11992,10 @@ TR::CompilationInfo::replenishInvocationCount(J9Method *method, TR::Compilation
TR_VerboseLog::writeLineLocked(TR_Vlog_PERF, "Reencoding count=%d for %s j9m=%p ", count, comp->signature(), method);
}
}
else
/* else
{
TR_ASSERT(false, "Unexpected value for method->extra = %p (method=%p)\n", TR::CompilationInfo::getJ9MethodExtra(method), method);
}
} */
}

void
Expand Down

0 comments on commit a6ac326

Please sign in to comment.