aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/java-interp.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-18jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey1-0/+21
2000-02-16resolve.cc (ncode): Set args_raw_size.Tom Tromey1-1/+9
2000-02-07jni.cc (add_char): Conditional on INTERPRETER.Tom Tromey1-14/+14
2000-02-04defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase pointers.Tom Tromey1-9/+30
2000-02-02java-interp.h (_Jv_JNI_conversion_call): Declare.Tom Tromey1-1/+4
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-09-10configure: Rebuilt.Tom Tromey1-2/+0
1999-08-10[multiple changes]Anthony Green1-13/+8
1999-08-08[multiple changes]Anthony Green1-0/+172