aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Class.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-21natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.Tom Tromey1-0/+22
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
2000-01-05Class.h (_getMethods): Correctly declare as private, not public.Tom Tromey1-2/+2
2000-01-05Class.h (_getMethods): Declare.Tom Tromey1-0/+2
2000-01-05Class.h (getSignature): Updated.Tom Tromey1-1/+1
2000-01-04[multiple changes]Tom Tromey1-3/+8
1999-09-10configure: Rebuilt.Tom Tromey1-1/+1
1999-09-01natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'.Tom Tromey1-15/+16
1999-09-01posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey1-1/+1
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup1-1/+3
1999-08-10[multiple changes]Anthony Green1-2/+2
1999-08-08[multiple changes]Anthony Green1-23/+59
1999-04-07Initial revisionTom Tromey1-0/+214