NullPointerException in br.Code.computeMaxLocalsRequiredByCode with WIDE instruction

Issue #80 resolved
Me Molty created an issue

There is a NullPointerException thrown for Instruction-Arrays with WIDE instructions. Example:

br.Code.computeMaxLocalsRequiredByCode(Array(ILOAD_0, ISTORE_1, WIDE, IINC(1, -1024), null, null, null, null, RETURN))

Comments (4)

  1. Log in to comment