- changed status to resolved
Don't generate subroutines (JSR/RET) for finally clauses
Issue #15
resolved
Inline finally handlers at the appropriate locations.
This is in adherence to the recent deprecation of JSR/RET since bytecode version 51. Removing subroutines fixes some code generation problems that have been caused by local variables being clobbered by finally clause subroutines.
Comments (1)
-
reporter - Log in to comment
Fixed! See
#19