From 7a1bf87c6e856bbccc6b771834588803f518cd54 Mon Sep 17 00:00:00 2001 From: Kyle Galloway Date: Fri, 16 Feb 2007 00:05:39 +0000 Subject: interpret.cc (_Jv_InterpMethod::check_handler): New method. 2007-02-15 Kyle Galloway * 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 --- libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class | Bin 0 -> 1534 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class (limited to 'libjava/classpath/lib') diff --git a/libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class b/libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class new file mode 100644 index 0000000..bfdedd0 Binary files /dev/null and b/libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class differ -- cgit v1.1