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
This commit is contained in:
Tom Tromey 2005-02-19 01:16:30 +00:00 committed by Tom Tromey
parent 1870a43b3e
commit e207dbea74
4 changed files with 59 additions and 12 deletions

View file

@ -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);