summaryrefslogtreecommitdiff
path: root/libjava/verify.cc
Commit message (Expand)AuthorAgeFilesLines
* java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz2006-10-141-1/+3
* link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay2006-02-081-1/+1
* 2006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-02-011-8/+87
* re PR libgcj/16032 (libgcj should reject class files with incorrect version n...Tom Tromey2005-09-151-4/+7
* verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i...Colin Walters2005-07-081-2/+2
* verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa...Tom Tromey2005-06-241-2/+3
* jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey2005-04-051-1/+6
* re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey2005-02-221-14/+35
* re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey2005-02-191-4/+4
* re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey2005-02-191-12/+37
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-1/+1
* verify.cc (state::check_no_uninitialized_objects): Removed.Tom Tromey2004-11-031-34/+21
* 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