This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Fix JVMTI/JDWP Exception Handling
Keith Seitz wrote:
Okay, committed. Thank you for reviewing this.
And of course, removing files has screwed up the build... There's always
one more thing. I've now rebuilt HEAD from scratch, so there shouldn't
be any problems. With my luck, though, I'm sure there will be fifty gcc
build that just manage to grab a copy of HEAD in the ~1 hour between the
time I committed the exception handling patch and this fix... :-(
Sorry about that.
Keith
ChangeLog
2007-05-03 Keith Seitz <keiths@redhat.com>
* interpret.cc: Don't include ExceptionEvent.h.
* gnu/gcj/jvmti/natExceptionEvent.cc: Remove.
* Makefile.am (nat_source_files): Remove natExceptionEvent.cc.
* Makefile.in: Regenerated.
Index: Makefile.am
===================================================================
--- Makefile.am (revision 124312)
+++ Makefile.am (working copy)
@@ -851,7 +851,6 @@
gnu/gcj/io/natSimpleSHSStream.cc \
gnu/gcj/io/shs.cc \
gnu/gcj/jvmti/natBreakpoint.cc \
-gnu/gcj/jvmti/natExceptionEvent.cc \
gnu/gcj/runtime/natFinalizerThread.cc \
gnu/gcj/runtime/natSharedLibLoader.cc \
gnu/gcj/runtime/natSystemClassLoader.cc \
Index: interpret.cc
===================================================================
--- interpret.cc (revision 124406)
+++ interpret.cc (working copy)
@@ -42,7 +42,6 @@
#include <gnu/gcj/jvmti/Breakpoint.h>
#include <gnu/gcj/jvmti/BreakpointManager.h>
-#include <gnu/gcj/jvmti/ExceptionEvent.h>
#ifdef INTERPRETER