* verify.cc (pop_init_ref): New method.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Nov 2002 05:59:39 +0000 (05:59 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Nov 2002 05:59:39 +0000 (05:59 +0000)
commit9eb844027b3e7d0150349f9fa8324bbfaff8b5f6
tree65812679d8884a0f8361c1a263cbd245aa783ec6
parent16b503e9646fce0b6c6f9757b1209bb15f67df3d
* verify.cc (pop_init_ref): New method.
(verify_instructions_0) [op_iaload, op_laload, op_faload,
op_daload, op_aaload, op_baload, op_caload, op_saload, op_iastore,
op_lastore, op_fastore, op_dastore, op_aastore, op_bastore,
op_castore, op_sastore, op_areturn, op_arraylength, op_checkcast,
op_instanceof, op_monitorenter, op_monitorexit]: Use it.
(verify_instructions_0) [op_invokevirtual, op_invokespecial,
op_invokestatic, op_invokeinterface]:  Use pop_init_ref.  Don't
let `this' argument be uninitialized.  Don't let `null' be passed
as `this' to construtor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59558 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/verify.cc