List of Java bytecode instructions: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.04b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Moire9 (talk | contribs)
m format invokedynamic arguments to be the same as other invoke instructions
Line 946:
|1011 1010
|4: indexbyte1, indexbyte2, 0, 0
|[arg1, [arg2, ...]] → result
|invokes a dynamic method and puts the result on the stack (might be void); the method is identified by method reference ''index'' in constant pool ({{mono|indexbyte1 << 8 {{pipe}} indexbyte2}})
|-