aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/java-interp.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-588/+0
2008-09-23re PR libgcj/8995 (race cases in interpreter)Andrew Haley1-2/+84
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney1-12/+20
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney1-7/+7
2007-06-15java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz1-6/+16
2007-05-24java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz1-2/+2
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz1-0/+3
2007-05-01interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz1-1/+1
2007-04-23java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway1-2/+20
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz1-0/+1
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-2/+3
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway1-0/+5
2007-02-15defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway1-0/+33
2007-02-08java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer f...Kyle Galloway1-0/+9
2007-02-08java-interp.h (_Jv_Frame::depth): New function.Keith Seitz1-1/+11
2007-02-07jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.Kyle Galloway1-0/+5
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway1-14/+65
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-6/+21
2006-10-14java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz1-0/+12
2006-10-10java-interp.h (_Jv_InterpMethod::get_insn): Declare.Keith Seitz1-0/+7
2006-09-30java-interp.h (prepared): Change type to pc_t.Keith Seitz1-5/+1
2006-08-15java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway1-4/+14
2006-05-13java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration.Tom Tromey1-1/+0
2006-04-29link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay1-1/+0
2006-03-07* include/java-interp.h: Removed extern "C" around #include <ffi.h>.David Daney1-2/+0
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay1-6/+8
2006-01-30java-interp.h (insn_index): New declaration.Keith Seitz1-0/+16
2006-01-18java-interp.h (_Jv_CompileMethod): Add declaration.Keith Seitz1-1/+6
2005-09-15re PR libgcj/16032 (libgcj should reject class files with incorrect version n...Tom Tromey1-1/+3
2005-06-24natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL.Tom Tromey1-1/+2
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey1-7/+1
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-13/+63
2004-11-27link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass o...Andrew Haley1-3/+0
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-39/+11
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay1-0/+1
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-5/+7
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-0/+31
2003-01-24defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey1-1/+2
2002-12-19natClassLoader.cc (defineClass0): Removed erroneous comment.Tom Tromey1-1/+3
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey1-0/+4
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-0/+2
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey1-0/+24
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey1-26/+19
2001-11-26Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey1-6/+0
2001-11-05Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey1-1/+7
2001-06-21java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.Tom Tromey1-1/+3
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey1-2/+1
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner1-5/+5
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-2/+0