Top Qs
Timeline
Chat
Perspective

List of Java bytecode instructions

From Wikipedia, the free encyclopedia

Remove ads
Remove ads

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.[1] The Java bytecode is generated from languages running on the Java Platform, most notably the Java programming language.

Note that any referenced "value" refers to a 32-bit int as per the Java instruction set.

More information Mnemonic, Opcode (in hex) ...

Deprecated in Java 7 (major class version 51).[2] They will not appear in class files generated from a compiler newer than that. ret is not explicitly deprecated, but useless without the jsr and jsr_w opcodes.

Remove ads

See also

  • Jazelle DBX (Direct Bytecode eXecution), a feature that executes some Java bytecodes in hardware, on some ARM9 CPUs
  • Common Intermediate Language (CIL), a similar bytecode specification that runs on the CLR of the .NET Framework

References

Loading content...
Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads