Javabytecode generation, nested loops – Inconsistent stackmap frames at branch target 114
I am playing with Java bytecode generation (using Clojure with https://github.com/jgpc42/insn), Currently I am trying to generate a bytecode for a nested for
loop, bellow is the relevant part of the generated bytecode, but when I try to run it I’m get a: