This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] JMTI Exception Events


Kyle Galloway writes:
 > I've had one or another variation of this lying around for some time, 
 > 
 > Thanks,
 > Kyle
 > 
 > ChangeLog
 > 2007-02-14  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

Your indentation has gone FUBAR.

The ChangeLog entry looks like this:

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.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]