As of July 24, 2003, this patch is obsoleted by a patch in gcc.gnu.org


Index: libjava/verify.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/verify.cc,v
retrieving revision 1.49
diff -u -r1.49 verify.cc
--- libjava/verify.cc 28 Dec 2002 06:38:51 -0000 1.49
+++ libjava/verify.cc 6 Feb 2003 19:02:41 -0000
@@ -3164,7 +3164,7 @@
 void
 _Jv_VerifyMethod (_Jv_InterpMethod *meth)
 {
-  _Jv_BytecodeVerifier v (meth);
-  v.verify_instructions ();
+//   _Jv_BytecodeVerifier v (meth);
+//   v.verify_instructions ();
 }
 #endif	/* INTERPRETER */
