[RFA] Fix getlocalvartable tests

Keith Seitz keiths@redhat.com
Tue Jul 10 18:54:00 GMT 2007


Hi,

The attached patch should fix the failing JVMTI getlocalvartable tests. 
Due to a recent change to fixup variable tables when DIRECT_THREADED, we 
now must make sure that methods are compiled before querying the 
variable table.

QCC?

Keith

ChangeLog
2007-07-10  Keith Seitz  <keiths@redhat.com>

         * interpret.cc (get_local_var_table) [DIRECT_THREADED]: Make 
sure the
         method is compiled.
         * testsuite/libjava.jvmti/interp/getlocalvartable.out: Revise
         for compiled methods.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getlocalvartable.patch
Type: text/x-patch
Size: 2643 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070710/9cc8bb7e/attachment.bin>


More information about the Java-patches mailing list