aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-02-07 18:28:20 +0000
committerAndrew Haley <aph@gcc.gnu.org>2007-02-07 18:28:20 +0000
commit56c9f04bb7bfff97a61286bcb792e1ed8c66d50f (patch)
tree1afcda01214ff45731eb75ffc792a20cf75aa0c2 /gcc/java/java-tree.h
parent08452f45531ca2ec479e61b9f7e37d3fadd95a7b (diff)
downloadgcc-56c9f04bb7bfff97a61286bcb792e1ed8c66d50f.zip
gcc-56c9f04bb7bfff97a61286bcb792e1ed8c66d50f.tar.gz
gcc-56c9f04bb7bfff97a61286bcb792e1ed8c66d50f.tar.bz2
class.c (uncache_this_class_ref): New.
2007-02-07 Andrew Haley <aph@redhat.com> * class.c (uncache_this_class_ref): New. * expr.c (build_jni_stub): Initialize the class. (expand_byte_code): Call uncache_this_class_ref after generating code. From-SVN: r121695
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index ab3ff47..732e0cd 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -1130,6 +1130,7 @@ extern int get_interface_method_index (tree, tree);
extern tree layout_class_method (tree, tree, tree, tree);
extern void layout_class_methods (tree);
extern void cache_this_class_ref (tree);
+extern void uncache_this_class_ref (tree);
extern tree build_class_ref (tree);
extern tree build_dtable_decl (tree);
extern tree build_internal_class_name (tree);