summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natClass.cc
AgeCommit message (Expand)Author
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