Content deleted Content added
Mention deprecation of jsr, jsr_w, and ret instructions |
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}}
|