BreakpointManager.java (newBreakpoint): Install the new breakpoint into the bytecode.
authorKeith Seitz <keiths@redhat.com>
Fri, 20 Apr 2007 17:08:44 +0000 (17:08 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Fri, 20 Apr 2007 17:08:44 +0000 (17:08 +0000)
commit434942d97839fe237d170b00b008cae182f8560d
treec430d2af6770eac03baa4c4fc823a9215cf18bae
parent557435b74582557c1aba017c56f3a6efdce67a2c
BreakpointManager.java (newBreakpoint): Install the new breakpoint into the bytecode.

        * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint):
        Install the new breakpoint into the bytecode.
        (deleteBreakpoint): Remove the breakpoint from the bytecode.
        * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class:
        Regenerate.
        * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native):
        Don't install the breakpoint here.

From-SVN: r123997
libjava/ChangeLog
libjava/classpath/lib/gnu/gcj/jvmti/BreakpointManager.class
libjava/gnu/gcj/jvmti/BreakpointManager.java
libjava/gnu/gcj/jvmti/natBreakpoint.cc