aboutsummaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
AgeCommit message (Expand)AuthorFilesLines
2006-05-04re PR libgcj/26861 (VirtualMachineError in interperter.)Tom Tromey1-8/+11
2006-04-29link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay1-37/+20
2006-03-03* interpret.cc (do_allocate_static_fields): Added comment.Tom Tromey1-1/+11
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay1-2/+1
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay1-4/+4
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey1-10/+15
2006-01-30java-interp.h (insn_index): New declaration.Keith Seitz1-0/+75
2006-01-18java-interp.h (_Jv_CompileMethod): Add declaration.Keith Seitz1-14/+30
2005-09-15re PR libgcj/16032 (libgcj should reject class files with incorrect version n...Tom Tromey1-4/+47
2005-07-08verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i...Colin Walters1-0/+5
2005-06-29interpret.cc (run): Use _Jv_CheckCast.Tom Tromey1-5/+2
2005-06-24interpret.cc (compile): Handle case where table entry is outside of PC range.Tom Tromey1-1/+5
2005-04-22jni.cc (natrehash): Don't bother clearing memory again.Anthony Green1-1/+0
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-78/+81
2005-01-05re PR libgcj/15719 (GIJ Interpeter: Problem with NaN / infinity comparisons)Tom Tromey1-2/+2
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-22/+587
2004-10-14interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.Andrew Haley1-13/+13
2004-07-13interpret.cc (run): Correctly access libffi return values of integral smaller...Ulrich Weigand1-3/+3
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay1-2/+22
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay1-35/+27
2004-06-10* interpret.cc (run): Handle wide fload.Tom Tromey1-1/+5
2004-04-16interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject arguments to mat...Bryce McKinlay1-6/+2
2003-10-14interpret.cc (_Jv_InterpMethod::run): Don't use libffi types, they were meant...Paolo Bonzini1-3/+3
2003-01-24defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey1-16/+31
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell1-1/+1
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey1-1/+1
2002-11-26verify.cc (type::compatible): Check initialization status first.Tom Tromey1-2/+8
2002-10-08interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of unsigned long tem...Ulrich Weigand1-1/+1
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey1-1/+25
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey1-634/+1418
2002-04-26verify.cc (construct_primitive_array_type): New case.Tom Tromey1-1/+1
2002-02-10interpret.cc (continue1): Use PUSHL, not PUSHI.Andreas Tobler1-1/+1
2002-02-08interpret.cc (convert): New function.Tom Tromey1-4/+37
2002-01-12interpret.cc (NULLARRAYCHECK): New macro.Chris Sears1-41/+25
2002-01-08interpret.cc (ARRAYBOUNDSCHECK): New macro.Chris Sears1-65/+25
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-1/+1
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson1-1/+1
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-12/+11
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green1-10/+7
2001-02-12interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm1-2/+6
2000-10-20From Arno J. Klaassen:Tom Tromey1-0/+1
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-3/+0
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva1-4/+7
2000-08-02[multiple changes]Bryce McKinlay1-6/+6
2000-07-28interpret.cc (continue1): Insert missing break into switch.Andrew Haley1-0/+1
2000-05-31cni.h: Include <string.h>.Bryce McKinlay1-0/+2
2000-05-19Jumbo patch:Tom Tromey1-40/+7
2000-03-26[multiple changes]Tom Tromey1-20/+45
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-28/+12