Menu

#5 Allow bipush and sipush to push code offset.

open
nobody
None
5
2012-07-12
2012-07-12
Anonymous
No

With Java SE 7's removal of the jsr and jsr_w opcodes, a workaround can be implemented by allowing bipush and sipush to push a code offset specified as a label, followed by "goto subroutine_label" and the return label, which would immediately follow the goto instruction.

Discussion


Log in to post a comment.