Java Virtual Machine (Java Series)

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

Категории