Description
The javap class file methods considers the instruction iinc_w to be of kind
WIDE_CPREF_W_SHORT, what this means is that operand is a CPREF, that is not
quite right from the spec. in the comments section, it is really the index into
the local variable array.
WIDE_CPREF_W_SHORT, what this means is that operand is a CPREF, that is not
quite right from the spec. in the comments section, it is really the index into
the local variable array.