jdis produces invalid output on large method, that jasm can't parse

ebruneton at free.fr ebruneton at free.fr
Sat Sep 8 14:13:52 UTC 2018


When running jdis on https://gitlab.ow2.org/asm/asm/blob/master/asm-test/src/main/resources/jdk3/LargeMethod.class, an 'iinc_w 263;' is produced, with the second iinc argument missing. Also, two 'endtry' and 'catch' are missing after this iinc_w. The result cannot be parsed by jasm.


More information about the asmtools-dev mailing list