summaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
AgeCommit message (Expand)Author
2012-02-01re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32)Kai Tietz
2011-07-12interpret.cc (check_handler): Fix bit rot.Andrew Haley
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn
2008-09-23re PR libgcj/8995 (race cases in interpreter)Andrew Haley
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-07-11interpret.cc (get_local_var_table): Make sure the method is compiled.Keith Seitz
2007-06-15java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz
2007-05-15interpret.cc (STOREA): Rewrite using temporary variable to avoid double-macro...Keith Seitz
2007-05-04interpret.cc: Don't include ExceptionEvent.h.Keith Seitz
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-02-16interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway
2007-02-15defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway
2007-01-31jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz
2007-01-29interpret.cc (run_debug): Remove comment.Tom Tromey
2007-01-25interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...Keith Seitz
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-10-14java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz
2006-10-10java-interp.h (_Jv_InterpMethod::get_insn): Declare.Keith Seitz
2006-09-30java-interp.h (prepared): Change type to pc_t.Keith Seitz
2006-08-15java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway
2006-07-14interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.Bryce McKinlay
2006-07-13interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.Bryce McKinlay
2006-05-04re PR libgcj/26861 (VirtualMachineError in interperter.)Tom Tromey
2006-04-29link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay
2006-03-03* interpret.cc (do_allocate_static_fields): Added comment.Tom Tromey
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey
2006-01-30java-interp.h (insn_index): New declaration.Keith Seitz
2006-01-18java-interp.h (_Jv_CompileMethod): Add declaration.Keith Seitz
2005-09-15re PR libgcj/16032 (libgcj should reject class files with incorrect version n...Tom Tromey
2005-07-08verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i...Colin Walters
2005-06-29interpret.cc (run): Use _Jv_CheckCast.Tom Tromey
2005-06-24interpret.cc (compile): Handle case where table entry is outside of PC range.Tom Tromey
2005-04-22jni.cc (natrehash): Don't bother clearing memory again.Anthony Green
2005-03-10New Stack Trace infrastructure.Bryce McKinlay
2005-01-05re PR libgcj/15719 (GIJ Interpeter: Problem with NaN / infinity comparisons)Tom Tromey
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-10-14interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.Andrew Haley
2004-07-13interpret.cc (run): Correctly access libffi return values of integral smaller...Ulrich Weigand
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay
2004-06-10* interpret.cc (run): Handle wide fload.Tom Tromey
2004-04-16interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject arguments to mat...Bryce McKinlay
2003-10-14interpret.cc (_Jv_InterpMethod::run): Don't use libffi types, they were meant...Paolo Bonzini
2003-01-24defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey