42.

prev next contents
breakpoint

reserved opcode

Jasmin Syntax
     n/a 
Stack

Before

After
...
...
Description

Opcode 0xCA (202) is a reserved opcode with the mnemonic breakpoint. This opcode is reserved for internal use by a Java implementation, and must not appear in any class file - methods containing a breakpoint will fail verification.

In Sun's implementation, the breakpoint opcode is used internally as a place-holder indicating a point in a method where control should pass to the Java debugger (jdb).

Bytecode

Type

Description
u1
breakpoint opcode = 0xCA (202)
See Also

impdep1, impdep2.


prev next contents
Java Virtual Machine, by Jon Meyer and Troy Downing, O'Reilly Associates


Java Virtual Machine
Java Virtual Machine (Java Series)
ISBN: 1565921941
EAN: 2147483647
Year: 1996
Pages: 171

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net