329330331332333334335336337338339
int thrown = code.addLocal(); code.astore(thrown); handler.callFinally(); code.aload(thrown); code.athrow(); handler.endCatches(); _handler = null; // finally handler.startFinally(); int returnto = code.addLocal();
119120121122123124125126127128129
int thrown = code.addLocal(); code.astore(thrown); handler.callFinally(); code.aload(thrown); code.athrow(); handler.endCatches(); _handler = null; handler.startFinally(); int returnto = code.addLocal(); code.astore(returnto);
193194195196197198199200201202203
code.astore(thrown); handler.callFinally(); code.aload(thrown); code.athrow(); } handler.endCatches(); _handler = null; // finally if (_finally != null) { handler.startFinally();