Logger.fetal("Int-Ex recvd in Bank.Tfr " + thread_id);
} catch (Throwable ex) {
throwable = ex;
}
if (commit) {
if (context.commit(deadline, period_ts, thread_id)) {
if (throwable != null) {
throw throwable;
} else {
// Clear interrupt flag raised in commit stage
Thread.interrupted();