summaryrefslogtreecommitdiff
path: root/libjava/include/java-interp.h
Commit message (Expand)AuthorAgeFilesLines
* 2008-09-17 Andrew Haley <aph@redhat.com>aph2008-09-231-2/+84
* 2007-12-06 David Daney <ddaney@avtrex.com>daney2007-12-061-12/+20
* * configure.ac (INTERPRETER): New AM_CONDITIONAL.daney2007-07-311-7/+7
* * include/java-interp.h (_Jv_LocalVarTableEntry): Add unionkseitz2007-06-151-6/+16
* * include/java-interp.h (_Jv_InterpFrame::get_pc): Only deductkseitz2007-05-241-2/+2
* * include/java-interp.h (breakpoint_at): Declare.kseitz2007-05-161-0/+3
* * interpret-run.cc (NEXT_INSN)[DEBUG]: Advance PC beforekseitz2007-05-011-1/+1
* 2007-04-23 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-04-231-2/+20
* * include/java-interp.h (_Jv_InterpClass): Declarekseitz2007-03-131-0/+1
* libffi/ChangeLog:aoliva2007-03-071-2/+3
* 2007-02-15 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-161-0/+5
* 2007-02-15 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-151-0/+33
* 2007-02-06 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-081-0/+9
* * include/java-interp.h (_Jv_Frame::depth):kseitz2007-02-081-1/+11
* 2007-02-07 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-071-0/+5
* 2007-01-29 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-01-291-14/+65
* Merged gcj-eclipse branch to trunk.tromey2007-01-091-6/+21
* * include/java-insns.h (enum java_code): Add op_breakpoint.kseitz2006-10-141-0/+12
* * include/java-interp.h (_Jv_InterpMethod::get_insn): Declare.kseitz2006-10-101-0/+7
* * include/java-interp.h (prepared): Change type to pc_t.kseitz2006-09-301-5/+1
* 2006-08-15 Kyle Galloway <kgallowa@redhat.com>kgallowa2006-08-151-4/+14
* * include/java-interp.h (_Jv_InterpMethod::dump_object): Removedtromey2006-05-131-1/+0
* 2006-04-28 Bryce McKinlay <mckinlay@redhat.com>bryce2006-04-291-1/+0
* * include/java-interp.h: Removed extern "C" around #include <ffi.h>.daney2006-03-071-2/+0
* 2006-02-08 Bryce McKinlay <mckinlay@redhat.com>bryce2006-02-091-6/+8
* * include/java-interp.h (insn_index): New declaration.kseitz2006-01-301-0/+16
* * include/java-interp.h (_Jv_CompileMethod): Add declaration.kseitz2006-01-181-1/+6
* PR libgcj/16032:tromey2005-09-151-1/+3
* * java/lang/natClassLoader.cc (_Jv_UnregisterClass): Handle casetromey2005-06-241-1/+2
* * link.cc (ensure_class_linked): Removed #ifdef.tromey2005-03-171-7/+1
* 2005-03-10 Bryce McKinlay <mckinlay@redhat.com>bryce2005-03-101-13/+63
* 2004-11-27 Andrew Haley <aph@redhat.com>aph2004-11-271-3/+0
* * Merged gcj-abi-2-dev-branch to trunk.tromey2004-11-251-39/+11
* 2004-07-13 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-131-0/+1
* 2004-04-19 Bryce McKinlay <mckinlay@redhat.com>bryce2004-04-201-5/+7
* 2003-10-22 Andrew Haley <aph@redhat.com>aph2003-10-241-0/+31
* * defineclass.cc (handleMethodsEnd): Precompute code for statictromey2003-01-241-1/+2
* * java/lang/natClassLoader.cc (defineClass0): Removed erroneoustromey2002-12-191-1/+3
* * include/java-interp.h (class _Jv_InterpMethod): Addedtromey2002-12-061-0/+4
* 2002-12-03 Andrew Haley <aph@redhat.com>aph2002-12-031-0/+2
* * include/jvm.h (struct _Jv_frame_info): New structure.tromey2002-08-291-0/+24
* * verify.cc (branch_prepass): Updated for change to exceptiontromey2002-06-241-26/+19
* Fix for PR libgcj/2024, plus other class name cleanups:tromey2001-11-261-6/+0
* * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.tromey2001-11-051-1/+7
* * include/java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.tromey2001-06-211-1/+3
* * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.tromey2001-03-231-2/+1
* Change to sometimes include class name in ClassFormatError message.bothner2001-02-241-5/+5
* * All files: Updated copyright information.tromey2000-03-071-1/+1
* * include/java-interp.h: Don't include MethodInvocation.h.tromey2000-03-021-2/+0
* * include/jvm.h (_Jv_GetJavaVM): Declare.tromey2000-02-181-0/+21