This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC/JVMTI] GetMethodDeclaringClass
Keith Seitz writes:
> Andrew Haley wrote:
> > I understand. Let's not re-introuce this bug. We could push these
> > entries into a separate map or maybe when (looking them up during a
> > stacktrace) check that the result isn't an interpreted class. Either
> > would work, and neither is a huge additional overhead.
>
> Okay, I've chosen the latter approach (check if the class is interpreted
> when doing backtraces).
>
> How does this look?
I can't fault it.
> [It would be really appreciated if someone with access to
> ppc64-linux or somesuch could double-check for a failure in the
> stack tracing tests in lang.exp.]
I suggest you ask Andrew Overholt for access to his ppc64 box.
Andrew.