You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit uses the failCompilation template method to fail
compilations instead of explicitly writing to the trace log and throwing
an exception. The type of the exception is passed as a template
parameter and the method handles printing the message to both the
tracelog and stderr if necessary.
Issue: #380
Signed-off-by: Irwin D'Souza <dsouza@ca.ibm.com>
if (comp->getOptions()->isAnyVerboseOptionSet(TR_VerboseOSR, TR_VerboseOSRDetails))
473
473
TR_VerboseLog::writeLineLocked(TR_Vlog_OSR, "OSR COMPILE ABORT in %s: frame size %d, scratch size %d, stack size %d were not accommodated by the VM\n",
0 commit comments