126127128129130131132133134135136
handler.startFinally(); int returnto = code.addLocal(); code.astore(returnto); code.aload(lock); code.monitorexit(); code.ret(returnto); handler.endFinally(); handler.end(); code.endLocal(lock);