aboutsummaryrefslogtreecommitdiff
path: root/libjava/sources.am
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2007-05-04 01:04:11 +0000
committerKeith Seitz <kseitz@gcc.gnu.org>2007-05-04 01:04:11 +0000
commitbefd756626fa71b89c1cd6563d97c968618103f4 (patch)
treea8f4058c8d5dc274f095fb50893c2f74cfe875a2 /libjava/sources.am
parent820b51ae16ab41233ef12a8918df61937cfdd8b4 (diff)
downloadgcc-befd756626fa71b89c1cd6563d97c968618103f4.zip
gcc-befd756626fa71b89c1cd6563d97c968618103f4.tar.gz
gcc-befd756626fa71b89c1cd6563d97c968618103f4.tar.bz2
jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.
* include/jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare. * interpret.cc (_Jv_ReportJVMTIExceptionThrow): New function. (find_catch_location): New function. (REPORT_EXCEPTION): New macro. (throw_internal_error): Use REPORT_EXCEPTION. (throw_incompatible_class_change_error): Likewise. (throw_null_pointer_exception): Likewise. (throw_class_format_error): Likewise. * interpret-run.cc (INTERP_REPORT_EXCEPTION)[DEBUG]: Set to REPORT_EXCEPTION. (INTERP_REPORT_EXCEPTION)[!DEBUG]: Make nop. (insn_new): Use INTERP_REPORT_EXCEPTION. (insn_athrow): Likewise. Remove previous JVMTI exception notifications. Add JVMTI ExceptionCatch notificatin. * jni.cc (_Jv_PopSystemFrame): Notify JVMTI clients of exception throw. * gnu/gcj/jvmti/ExceptionEvent.java: Removed. * gnu/gcj/jvmti/ExceptionEvent.h: Removed. * classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: Removed. * gnu/classpath/jdwp/natVMVirtualMachine.cc (jdwpExceptionCB): New function. (jdwpVMInitCB): Set Exception event handler and enable. * sources.am: Regenerated. * Makefile.in: Regenerated. From-SVN: r124406
Diffstat (limited to 'libjava/sources.am')
-rw-r--r--libjava/sources.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/sources.am b/libjava/sources.am
index b02dfb7..caba875 100644
--- a/libjava/sources.am
+++ b/libjava/sources.am
@@ -538,7 +538,6 @@ 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))