List of Java bytecode instructions: Difference between revisions

Content deleted Content added
Updated links and removed sentence of now removed `ret` opcode.
BattyBot (talk | contribs)
top: Fixed reference date error(s) (see CS1 errors: dates for details) and AWB general fixes
 
Line 2:
{{Main|Java bytecode}}
 
This is a list of the instructions that make up the [[Java bytecode]], an abstract machine language that is ultimately executed by the [[Java virtual machine]].<ref>{{cite web|url=https://docs.oracle.com/javase/specs/jvms/se24/html/index.html |title=The Java® Virtual Machine Specification – Java SE 24 Edition |access-date=JuliJuly 26, 2025}}</ref> The Java bytecode is generated from languages running on the [[Java Platform]], most notably the [[Java (programming language)|Java programming language]].
 
''Note that any referenced "value" refers to a 32-bit int as per the Java instruction set.''
Line 1,459:
|}
{{Refbegin}}
{{note label|Deprecated|†||Deprecated in Java 7 (major class version 51).<ref>{{cite web|url=https://docs.oracle.com/javase/specs/jvms/se24/html/jvms-4.html#jvms-4.9.1 |title=Chapter 4. The class File Format 4.9.1. Static Constraints |access-date=JuliJuly 26, 2025}}</ref> They will not appear in class files generated from a compiler newer than that.}}
{{Refend}}