aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Class.h
AgeCommit message (Expand)AuthorFilesLines
2003-12-03Class.h (hack_signers): Renamed signers to hack_signers.Michael Koch1-1/+1
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-0/+10
2003-10-22re PR libgcj/12416 (java.lang.Class.getFields returns duplicate entries.)Tom Tromey1-2/+3
2003-10-09ClassLoader.java (setSigners): Implemented.Tom Tromey1-0/+3
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-1/+9
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey1-0/+1
2003-08-28Makefile.in: Rebuilt.Tom Tromey1-0/+2
2003-07-21Runtime.java: Comment fix.Tom Tromey1-1/+4
2003-01-20Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.Mark Wielaard1-1/+2
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell1-0/+3
2002-12-19natClassLoader.cc (defineClass0): Removed erroneous comment.Tom Tromey1-3/+4
2002-12-05Class.h (_Jv_SetVTableEntries): Updated declaration.Tom Tromey1-1/+1
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-0/+13
2002-11-04resolve.cc (METHOD_NOT_THERE, [...]): Remove.Jeff Sturm1-2/+0
2002-11-02Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.Tom Tromey1-2/+3
2002-09-03Class.h (_getDeclaredMethod): Declare.Tom Tromey1-1/+3
2002-08-28Class.h: Include Package.h.Tom Tromey1-0/+3
2002-07-05re PR libgcj/7060 (getMethod() doesn't search super interface)Tom Tromey1-1/+1
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey1-1/+0
2002-06-11Class.h (Class::desiredAssertionStatus): Declare.Tom Tromey1-1/+4
2001-12-21re PR libgcj/2428 (Classloader is not set)Tom Tromey1-4/+1
2001-12-16For PR java/5088:Tom Tromey1-13/+2
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-0/+23
2001-11-05Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey1-0/+2
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-16Forgot this file in last commit.Bryce McKinlay1-21/+6
2001-08-31javaprims.h (_Jv_RegisterClassHook): New extern declaration.Per Bothner1-0/+1
2001-08-24Field.java (toString): Use Method.appendClassName.Tom Tromey1-0/+8
2001-07-05For PR java/3562:Tom Tromey1-2/+2
2001-05-24[multiple changes]Tom Tromey1-0/+1
2001-05-06Class.h (_Jv_Self): New union type.Bryce McKinlay1-3/+9
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay1-1/+6
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay1-7/+9
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco1-36/+20
2001-01-15All files with updated copyright.Alexandre Petit-Bianco1-3/+49
2001-01-08In gcc/java:Bryce McKinlay1-6/+17
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green1-0/+1
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-0/+2
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm1-2/+2
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay1-0/+1
2000-05-31prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.Tom Tromey1-1/+2
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay1-2/+3
2000-05-19Jumbo patch:Tom Tromey1-0/+7
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay1-1/+1
2000-04-20re GNATS libgcj/212 (build is broken on Linux/Alpha)Tom Tromey1-0/+1
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay1-15/+73
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-3/+0
2000-01-26method.h (JvNumMethods): Moved from Class.h.Tom Tromey1-14/+5
2000-01-26field.h (struct _Jv_Field): Use "jshort" as type for nameIndex.Tom Tromey1-8/+8