interpret.cc (get_local_var_table): Make sure the method is compiled.

* interpret.cc (get_local_var_table) [DIRECT_THREADED]: Make sure the
        method is compiled.
        * testsuite/libjava.jvmti/interp/getlocalvartable.out: Revise
        for compiled methods.

From-SVN: r126556
This commit is contained in:
Keith Seitz
2007-07-11 17:37:24 +00:00
committed by Keith Seitz
parent aa3e18a066
commit 4da8e29dfc
3 changed files with 30 additions and 19 deletions
+7
View File
@@ -1,3 +1,10 @@
2007-07-11 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.
2007-07-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR libgcj/32651