Java bytecode: Difference between revisions

Content deleted Content added
asdf
m Undid revision 716167473 by 66.198.139.189 (talk). Revert vandalism.
Line 1:
'''Java bytecode''' is the [[instruction set]] of the [[Java virtual machine]]. Each [[bytecode]] is composed by one, or in some cases two bytes that represent the instruction ([[opcode]]), along with zero or more bytes for passing parameters.asdfasdf
 
Of the 255 possible byte-long [[opcode]]s, {{as of|2015|lc=y}}, 198 are in use (~77%), 54 are reserved for future use, and 3 instructions (~1%) are set aside as permanently unimplemented.<ref name="reserved_opcodes">[http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-6.html#jvms-6.2 VM Spec - Reserved Opcodes]</ref>