public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andrew Haley <aph@redhat.com>
To: Kyle Galloway <kgallowa@redhat.com>
Cc: Java Patch List <java-patches@gcc.gnu.org>
Subject: Re: [RFA] JMTI Exception Events
Date: Fri, 16 Feb 2007 17:51:00 -0000	[thread overview]
Message-ID: <17877.61221.329617.987122@zebedee.pink> (raw)
In-Reply-To: <45D383B0.8010807@redhat.com>

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.

      parent reply	other threads:[~2007-02-16 17:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-14 21:48 Kyle Galloway
2007-02-15  0:03 ` Tom Tromey
2007-02-15 18:35   ` Kyle Galloway
2007-02-15 19:29     ` Tom Tromey
2007-02-15 19:37       ` Kyle Galloway
2007-02-15 20:22         ` Tom Tromey
2007-02-16  0:11           ` Kyle Galloway
2007-02-16 17:51 ` Andrew Haley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17877.61221.329617.987122@zebedee.pink \
    --to=aph@redhat.com \
    --cc=java-patches@gcc.gnu.org \
    --cc=kgallowa@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).