This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Fix getlocalvartable tests
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Wed, 11 Jul 2007 10:09:56 -0600
- Subject: Re: [RFA] Fix getlocalvartable tests
- References: <4693D5C7.4010801@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> The attached patch should fix the failing JVMTI getlocalvartable
Keith> tests. Due to a recent change to fixup variable tables when
Keith> DIRECT_THREADED, we now must make sure that methods are compiled
Keith> before querying the variable table.
Keith> QCC?
Looks good, thanks.
Tom