346347348349350351352353354355356
if (_release != null) { _release.compile(context, Node.GET); code.pop(); } code.ret(returnto); handler.endFinally(); handler.end(); code.endLocal(_framelocal); } else {
128129130131132133134135136137138
int returnto = code.addLocal(); code.astore(returnto); code.aload(lock); code.monitorexit(); code.ret(returnto); handler.endFinally(); handler.end(); code.endLocal(lock); }
205206207208209210211212213214215
code.astore(returnto); _finally.compile(context); if (!_finally.isBlocked()) { code.ret(returnto); } handler.endFinally(); } handler.end(); } else {