2007-02-15 Kyle Galloway <kgallowa@redhat.com>
authorkgallowa <kgallowa@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Feb 2007 00:05:39 +0000 (00:05 +0000)
committerkgallowa <kgallowa@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Feb 2007 00:05:39 +0000 (00:05 +0000)
commit721a9630e2f08aeb4f20dd1c133f9ac9a1081d13
tree7b7a9e88310e312e8a488c89edfc65e8dd555cfc
parentc2f47e150f3c68a813f92460462c2e70155f2c67
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122019 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in
libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class [new file with mode: 0644]
libjava/gcj/Makefile.in
libjava/gnu/gcj/jvmti/ExceptionEvent.h [new file with mode: 0644]
libjava/gnu/gcj/jvmti/ExceptionEvent.java [new file with mode: 0644]
libjava/gnu/gcj/jvmti/natExceptionEvent.cc [new file with mode: 0644]
libjava/include/Makefile.in
libjava/include/java-interp.h
libjava/interpret-run.cc
libjava/interpret.cc
libjava/sources.am
libjava/testsuite/Makefile.in