aboutsummaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
AgeCommit message (Expand)AuthorFilesLines
2012-02-01re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32)Kai Tietz1-1/+6
2011-07-12interpret.cc (check_handler): Fix bit rot.Andrew Haley1-2/+2
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn1-4/+4
2008-09-23re PR libgcj/8995 (race cases in interpreter)Andrew Haley1-0/+5
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney1-20/+27
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney1-4/+0
2007-07-11interpret.cc (get_local_var_table): Make sure the method is compiled.Keith Seitz1-1/+5
2007-06-15java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz1-3/+25
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz1-0/+17
2007-05-15interpret.cc (STOREA): Rewrite using temporary variable to avoid double-macro...Keith Seitz1-44/+65
2007-05-04interpret.cc: Don't include ExceptionEvent.h.Keith Seitz1-1/+0
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz1-5/+86
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-14/+35
2007-02-16interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway1-34/+43
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway1-0/+46
2007-02-15defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway1-0/+24
2007-01-31jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz1-18/+23
2007-01-29interpret.cc (run_debug): Remove comment.Tom Tromey1-86/+92
2007-01-25interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...Keith Seitz1-1/+6
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-25/+25
2006-10-14java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz1-0/+25
2006-10-10java-interp.h (_Jv_InterpMethod::get_insn): Declare.Keith Seitz1-0/+40
2006-09-30java-interp.h (prepared): Change type to pc_t.Keith Seitz1-6/+9
2006-08-15java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway1-2506/+138
2006-07-14interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.Bryce McKinlay1-1/+0
2006-07-13interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.Bryce McKinlay1-5/+22
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