aboutsummaryrefslogtreecommitdiff
path: root/libjava/sources.am
diff options
context:
space:
mode:
authorKyle Galloway <kgallowa@redhat.com>2007-02-16 00:05:39 +0000
committerKyle Galloway <kgallowa@gcc.gnu.org>2007-02-16 00:05:39 +0000
commit7a1bf87c6e856bbccc6b771834588803f518cd54 (patch)
tree7b7a9e88310e312e8a488c89edfc65e8dd555cfc /libjava/sources.am
parent5039610b9630459799b24f64fb9ffdd810b8eee9 (diff)
downloadgcc-7a1bf87c6e856bbccc6b771834588803f518cd54.zip
gcc-7a1bf87c6e856bbccc6b771834588803f518cd54.tar.gz
gcc-7a1bf87c6e856bbccc6b771834588803f518cd54.tar.bz2
interpret.cc (_Jv_InterpMethod::check_handler): New method.
2007-02-15 Kyle Galloway <kgallowa@redhat.com> * interpret.cc (_Jv_InterpMethod::check_handler): New method. * interpret-run.cc: Change the catch section to report exception events and to use the new check_handler method. * include/java-interp.h (_Jv_InterpMethod): Add check_handler. * gnu/gcj/jvmti/ExceptionEvent.java: New file. * gnu/gcj/jvmti/ExceptionEvent.h: New file. * gnu/gcj/jvmti/natExceptionEvent.cc: New file. * libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: New file. * sources.am: Added ExceptionEvent.java. * Makefile.am: Added natExceptionEvent.cc * Makefile.in: Regenerated. * include/Makefile.in: Regenerated. * gcj/Makefile.in: Regenerated. From-SVN: r122019
Diffstat (limited to 'libjava/sources.am')
-rw-r--r--libjava/sources.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/sources.am b/libjava/sources.am
index 79b8832..cce44e1 100644
--- a/libjava/sources.am
+++ b/libjava/sources.am
@@ -509,6 +509,7 @@ gnu/gcj/io.list: $(gnu_gcj_io_source_files)
gnu_gcj_jvmti_source_files = \
gnu/gcj/jvmti/Breakpoint.java \
gnu/gcj/jvmti/BreakpointManager.java \
+gnu/gcj/jvmti/ExceptionEvent.java \
gnu/gcj/jvmti/Location.java
gnu_gcj_jvmti_header_files = $(patsubst %.java,%.h,$(gnu_gcj_jvmti_source_files))