Content deleted Content added
Line 696:
|
|→ -1
|load the int value
|-
|iconst_0
Line 1,226:
|ab
|1010 1011
|4+: <
|key →
|a target address is looked up from a table using a key and execution continues from the instruction at that address
Line 1,326:
|
|objectref →
|enter monitor for object ("grab the lock"
|-
|monitorexit
Line 1,333:
|
|objectref →
|exit monitor for object ("release the lock"
|-
|multianewarray
Line 1,436:
|aa
|1010 1010
|4+: [
|index →
|continue execution from an address in the table at offset ''index''
Line 1,464:
== External links ==
*[http://docs.oracle.com/javase/specs/jvms/se7/html/index.html Oracle's Java Virtual Machine Specification
*[http://docs.oracle.com/javase/specs/jvms/se8/html/index.html Oracle's Java Virtual Machine Specification
*[http://homepages.inf.ed.ac.uk/kwxm/JVM/codeByFn.html List of Opcodes grouped by Function]
|