aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-02-19 01:16:30 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-02-19 01:16:30 +0000
commite207dbea7444112a1b1cd3e7ea4e2401d32dc9ea (patch)
treeec5509829a5ead4d92fffe9ed882573355f2da97 /libjava/include
parent1870a43b3e9ab55bc5b29284c64be32d08989bf3 (diff)
downloadgcc-e207dbea7444112a1b1cd3e7ea4e2401d32dc9ea.zip
gcc-e207dbea7444112a1b1cd3e7ea4e2401d32dc9ea.tar.gz
gcc-e207dbea7444112a1b1cd3e7ea4e2401d32dc9ea.tar.bz2
re PR java/20056 ('verification failed: incompatible type on stack' with --indirect-dispatch)
PR java/20056: * include/jvm.h (_Jv_Linker::has_field_p): Declare. * link.cc (has_field_p): New function. * verify.cc (check_field_constant): Added 'putfield' argument. (verify_instructions_0): Updated. (type::equals): New method. From-SVN: r95259
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/jvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/include/jvm.h b/libjava/include/jvm.h
index 235c8ed..61e426f 100644
--- a/libjava/include/jvm.h
+++ b/libjava/include/jvm.h
@@ -278,6 +278,7 @@ private:
public:
+ static bool has_field_p (jclass, _Jv_Utf8Const *);
static void print_class_loaded (jclass);
static void resolve_class_ref (jclass, jclass *);
static void wait_for_state(jclass, int);