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:
> > > [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.
>
> Okay, I finally found a machine to test this on. I tried three test runs:
>
> 1) Virgin SVN HEAD
> 2) #1 + my patch
> 3) #2 - the "filter out interpreted classes" (to make sure that the bug
> was tested)
>
> #1 & #2 were the same. #3 showed backtrace problems. So I guess we can
> conclude that my patch does not cause any regressions.
OK, excellent. Please commit.
Andrew.