aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/java-interp.h
AgeCommit message (Expand)AuthorFilesLines
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