List of Java bytecode instructions: Difference between revisions

Content deleted Content added
Moire9 (talk | contribs)
Mention deprecation of jsr, jsr_w, and ret instructions
Moire9 (talk | contribs)
Oops! - fix typo
Line 1,462:
|}
{{Refbegin}}
{{note label|Deprecated|†||Deprecated in Java 7 (major class version 51)<ref>https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.9.1</ref>. They will not appear in class files generated from a compiler newer than that. <code>ret</code> is not explicitly deprecated, but useless without the <code>jsr</code> and <code>jsr_w</code> opcodes.}}
{{Refend}}