List of Java bytecode instructions: Difference between revisions

Content deleted Content added
No edit summary
Mhyee (talk | contribs)
Correct description of lcmp (see http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.lcmp)
Line 1,130:
|
|value1, value2 → result
|push 0 if the two longs are the same, 1 if value2value1 is greater than value1value2, -1 otherwise
|-
|lconst_0