summaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
Commit message (Expand)AuthorAgeFilesLines
* ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney2007-12-061-20/+27
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-311-4/+0
* interpret.cc (get_local_var_table): Make sure the method is compiled.Keith Seitz2007-07-111-1/+5
* java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz2007-06-151-3/+25
* java-interp.h (breakpoint_at): Declare.Keith Seitz2007-05-161-0/+17
* interpret.cc (STOREA): Rewrite using temporary variable to avoid double-macro...Keith Seitz2007-05-151-44/+65
* interpret.cc: Don't include ExceptionEvent.h.Keith Seitz2007-05-041-1/+0
* jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz2007-05-041-5/+86
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-071-14/+35
* interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway2007-02-161-34/+43
* interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway2007-02-161-0/+46
* defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway2007-02-151-0/+24
* jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz2007-01-311-18/+23
* interpret.cc (run_debug): Remove comment.Tom Tromey2007-01-291-86/+92
* interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...Keith Seitz2007-01-251-1/+6
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-25/+25
* java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz2006-10-141-0/+25
* java-interp.h (_Jv_InterpMethod::get_insn): Declare.Keith Seitz2006-10-101-0/+40
* java-interp.h (prepared): Change type to pc_t.Keith Seitz2006-09-301-6/+9
* java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway2006-08-151-2506/+138
* interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.Bryce McKinlay2006-07-141-1/+0
* interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.Bryce McKinlay2006-07-131-5/+22
* re PR libgcj/26861 (VirtualMachineError in interperter.)Tom Tromey2006-05-041-8/+11
* link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay2006-04-291-37/+20
* * interpret.cc (do_allocate_static_fields): Added comment.Tom Tromey2006-03-031-1/+11
* re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay2006-02-091-2/+1
* link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay2006-02-081-4/+4
* PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey2006-02-081-10/+15
* java-interp.h (insn_index): New declaration.Keith Seitz2006-01-301-0/+75
* java-interp.h (_Jv_CompileMethod): Add declaration.Keith Seitz2006-01-181-14/+30
* re PR libgcj/16032 (libgcj should reject class files with incorrect version n...Tom Tromey2005-09-151-4/+47
* verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i...Colin Walters2005-07-081-0/+5
* interpret.cc (run): Use _Jv_CheckCast.Tom Tromey2005-06-291-5/+2
* interpret.cc (compile): Handle case where table entry is outside of PC range.Tom Tromey2005-06-241-1/+5
* jni.cc (natrehash): Don't bother clearing memory again.Anthony Green2005-04-221-1/+0
* New Stack Trace infrastructure.Bryce McKinlay2005-03-101-78/+81
* re PR libgcj/15719 (GIJ Interpeter: Problem with NaN / infinity comparisons)Tom Tromey2005-01-051-2/+2
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-22/+587
* interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.Andrew Haley2004-10-141-13/+13
* interpret.cc (run): Correctly access libffi return values of integral smaller...Ulrich Weigand2004-07-131-3/+3
* re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay2004-07-131-2/+22
* re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay2004-07-131-35/+27
* * interpret.cc (run): Handle wide fload.Tom Tromey2004-06-101-1/+5
* interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject arguments to mat...Bryce McKinlay2004-04-161-6/+2
* interpret.cc (_Jv_InterpMethod::run): Don't use libffi types, they were meant...Paolo Bonzini2003-10-141-3/+3
* defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey2003-01-241-16/+31
* boehm.cc: Remove stray semicolon.Mark Mitchell2002-12-281-1/+1
* java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey2002-12-061-1/+1
* verify.cc (type::compatible): Check initialization status first.Tom Tromey2002-11-261-2/+8
* interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of unsigned long tem...Ulrich Weigand2002-10-081-1/+1