Mixin icon indicating copy to clipboard operation
Mixin copied to clipboard

Copy try-catch blocks when merging static initializers

Open DaMatrix opened this issue 2 years ago • 0 comments

Without this change, merged exception handler code is unreachable, as the try-catch block start/end/handler information isn't copied into the target method.

This also causes the merged method to work as expected if the target method contains more than one RETURN instruction.

DaMatrix avatar Sep 15 '23 14:09 DaMatrix