summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natClass.cc
AgeCommit message (Expand)Author
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco
2001-01-15All files with updated copyright.Alexandre Petit-Bianco
2001-01-08In gcc/java:Bryce McKinlay
2000-12-28natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob...Bryce McKinlay
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey
2000-08-17natClass.cc (finit_name): Initialized with `finit$'.Alexandre Petit-Bianco
2000-06-18re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
2000-05-19Jumbo patch:Tom Tromey
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay
2000-03-21* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().Bryce McKinlay
2000-03-21natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...Bryce McKinlay
2000-03-21natClass.cc (isInstance): Initialize `this'.Bryce McKinlay
2000-03-09natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.Bryce McKinlay
2000-03-07All files: Updated copyright information.Tom Tromey
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
2000-01-07* java/lang/natClass.cc (getClasses): Wrote.Tom Tromey
2000-01-06natClass.cc (_getConstructors): Correctly check whether method name is the in...Tom Tromey
2000-01-06natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...Tom Tromey
2000-01-05* java/lang/natClass.cc: Include <gcj/method.h>.Tom Tromey
2000-01-05Class.h (_getMethods): Declare.Tom Tromey
2000-01-05Class.h (getSignature): Updated.Tom Tromey
2000-01-04[multiple changes]Tom Tromey
1999-11-18natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.Tom Tromey
1999-11-04natClass.cc (method_cache_count): Removed.Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-09-02natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup
1999-08-14resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0.Per Bothner
1999-08-08[multiple changes]Anthony Green
1999-04-07Initial revisionTom Tromey