This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Remove breakpoints


Tom Tromey wrote:
"Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> Looks like there's a slight oversight in removing breakpoints: they Keith> get removed from the global list of installed breakpoints, but the Keith> original insn is never reinstalled into the method's bytecode. The Keith> attached patch fixes that, and also moves the installation of the Keith> breakpoint to a more logical place.

Keith> Ok?

Ok, thanks.

Done. BTW I forgot to mention in the ChangeLog that I'm also committing the regenerated class file for gnu.gcj.jvmti.BreakpointManager.


Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]