summaryrefslogtreecommitdiff
path: root/libjava/verify.cc
Commit message (Expand)AuthorAgeFilesLines
* javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner2004-08-111-28/+20
* * verify.cc: Undef PC.Rainer Orth2004-03-191-0/+5
* jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments.Michael Koch2004-02-011-1/+1
* re PR libgcj/13107 (Wrong verification error in gij: recursive subroutine call)Tom Tromey2004-01-231-616/+340
* re PR libgcj/13439 (gij VerifyError; works with JDK 1.4)Tom Tromey2004-01-081-26/+107
* verify.cc (state::clean_subrs): Clear seen_subrs.Jeff Sturm2003-12-021-3/+3
* re PR libgcj/13026 (libgcj verifier failure)Tom Tromey2003-11-191-3/+4
* For PR libgcj/7482:Tom Tromey2003-07-241-232/+310
* * verify.cc: Reverted previous patch.Tom Tromey2003-05-071-2/+60
* re PR libgcj/10582 (array assignment fails in some situations)Tom Tromey2003-05-011-60/+2
* verify.cc (pop64): Removed.Tom Tromey2003-04-111-11/+17
* verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end of bytecode.Tom Tromey2003-03-031-10/+15
* verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused variable.Tom Tromey2003-02-161-2/+0
* verify.cc (state::seen_subrs): New field.Tom Tromey2003-02-131-5/+58
* boehm.cc: Remove stray semicolon.Mark Mitchell2002-12-281-28/+28
* Fixed snafu caused when fixing previous snafu.Tom Tromey2002-12-051-2/+2
* Fixed ChangeLog patch snafuTom Tromey2002-12-051-2/+2
* natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley2002-12-031-3/+3
* verify.cc (pop_init_ref): New method.Tom Tromey2002-11-271-26/+48
* * verify.cc (type::compatible): Backed out broken change.Tom Tromey2002-11-261-5/+5
* verify.cc (type::compatible): Check initialization status first.Tom Tromey2002-11-261-6/+5
* verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey2002-06-241-12/+12
* verify.cc (construct_primitive_array_type): New case.Tom Tromey2002-04-261-0/+61
* verify.cc (state::NO_STACK): New constant.Tom Tromey2002-03-101-22/+53
* re PR libgcj/5696 (natClass.cc run through superclasses of target if they exi...Tom Tromey2002-02-201-12/+12
* re PR libgcj/5695 (verify.cc test that target is an object before running dow...Tom Tromey2002-02-151-4/+26
* re PR libgcj/5670 (verify.cc not properly merging states)Todd Stock2002-02-141-2/+14
* re PR libgcj/5671 (verify.cc problem merging local variables)Todd Stock2002-02-131-2/+7
* verify.cc (require_array_type): If argument is a null array of references, re...Tom Tromey2002-02-071-2/+4
* verify.cc (verify_instructions_0): Actually push the duplicate of a wide type.Mark Wielaard2002-02-071-0/+2
* verify.cc (type::isnull): New method.Tom Tromey2002-02-061-1/+10
* verify.cc (state::enter_subroutine): New method.Tom Tromey2002-02-011-10/+30
* verify.cc (handle_ret_insn): Check for subroutine merge here...Tom Tromey2002-01-301-9/+72
* verify.cc (class _Jv_BytecodeVerifier): `nargs' byte is number of words, not ...Tom Tromey2002-01-281-7/+16
* verify.cc (class _Jv_BytecodeVerifier): Removed `FIXME' comment and to-do list.Tom Tromey2002-01-281-13/+14
* verify.cc (verify_fail): Change from being a top-level function to e method o...Per Bothner2002-01-251-106/+107
* Updated copyright dateTom Tromey2002-01-251-1/+1
* verify.cc (is_assignable_from_slow): If source is an interface, we must also ...Per Bothner2002-01-241-1/+3
* resolve.cc (_Jv_PrepareClass): Verify method here...Tom Tromey2001-12-101-28/+83
* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): Handle case of arr...Tom Tromey2001-12-091-6/+8
* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Set start_PC earlier, for e...Tom Tromey2001-12-071-3/+8
* verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed.Tom Tromey2001-12-071-2/+0
* verify.cc (_Jv_BytecodeVerifier::type_val): Added unused_by_subroutine_type.Tom Tromey2001-12-061-19/+182
* verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure.Tom Tromey2001-12-041-4/+45
* defineclass.cc (read_one_method_attribute): `end_pc' for an exception can be ...Tom Tromey2001-12-041-33/+55
* defineclass.cc (handleMethodsEnd): Invoke verifier here...Tom Tromey2001-12-041-2/+2
* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for...Tom Tromey2001-11-251-8/+8
* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Uses two operand bytes, not...Tom Tromey2001-11-201-6/+6
* verify.cc (_Jv_BytecodeVerifier::require_array_type): Special case for boolea...Tom Tromey2001-11-201-3/+13
* verify.cc (_Jv_BytecodeVerifier::verify_instructions_0): Shift argument is an...Tom Tromey2001-11-191-3/+6