List of Java bytecode instructions: Difference between revisions

Content deleted Content added
correct minimum number of bytes of arguments for lookupswitch and tableswitch
Fix multianewarray
Line 1,340:
|3: indexbyte1, indexbyte2, dimensions
|count1, [count2,...] → arrayref
|create a new array of ''dimensions'' dimensions with elements of type identified by class reference in constant pool ''index'' ({{mono|indexbyte1 << 8 + indexbyte2}}); the sizes of each dimension is identified by ''count1'', [''count2'', etc.]
|-
|new