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] Fix JVMTI/JDWP Exception Handling


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> So, perhaps I am reading too much into this (that "wishful thinking"
Keith> thing again), but I read this to mean that any exception event
Keith> reporting from native frames is pretty much ignored (and I *assumed*
Keith> that meant that catch location stuff in native methods is also
Keith> consequently ignored).

Oops, what I meant was compiled frames in the sense of a method that
is written in Java (or JVM bytecode) and compiled using gcj to
object -- not a JNI native frame, which is probably what the spec is
talking about.

Keith> However, JDWP doesn't use any of the catch method/location
Keith> information: only the throw method/location bits. :-)

Thanks.

Tom


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