From 9b94c8d18c83411425fc09af02f9b397912493b5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 3 Mar 2003 23:25:52 +0000 Subject: verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end of bytecode. * verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end of bytecode. (handle_ret_insn): Fail if returning to jsr that appears at end of bytecode. From-SVN: r63744 --- libjava/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index aaa9512761a..b799649016f 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,10 @@ +2003-03-03 Tom Tromey + + * verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end + of bytecode. + (handle_ret_insn): Fail if returning to jsr that appears at end of + bytecode. + 2003-03-03 Michael Koch * Makefile.am -- cgit v1.2.3