aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natClass.cc
AgeCommit message (Expand)AuthorFilesLines
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
2000-01-07* java/lang/natClass.cc (getClasses): Wrote.Tom Tromey1-2/+5
2000-01-06natClass.cc (_getConstructors): Correctly check whether method name is the in...Tom Tromey1-3/+3
2000-01-06natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...Tom Tromey1-1/+2
2000-01-05* java/lang/natClass.cc: Include <gcj/method.h>.Tom Tromey1-0/+1
2000-01-05Class.h (_getMethods): Declare.Tom Tromey1-8/+128
2000-01-05Class.h (getSignature): Updated.Tom Tromey1-8/+11
2000-01-04[multiple changes]Tom Tromey1-32/+229
1999-11-18natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.Tom Tromey1-3/+5
1999-11-04natClass.cc (method_cache_count): Removed.Tom Tromey1-31/+13
1999-09-10configure: Rebuilt.Tom Tromey1-1/+1
1999-09-02natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh1-2/+2
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup1-3/+3
1999-08-14resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0.Per Bothner1-1/+1
1999-08-08[multiple changes]Anthony Green1-277/+109
1999-04-07Initial revisionTom Tromey1-0/+785