[RFA] Fix JVMTI/JDWP Exception Handling

Tom Tromey tromey@redhat.com
Thu May 3 01:32:00 GMT 2007


>>>>> "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



More information about the Java-patches mailing list