aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj/runtime
AgeCommit message (Expand)AuthorFilesLines
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-04-07name-lookup.c (current_decl_namespace): Non-static.Jason Merrill1-1/+4
2010-03-13re PR libgcj/42676 (javah doesn't generate the header files as checked in in ...Matthias Klose1-1/+1
2007-04-16Committed up-to-date .class and .h files from an earlier commitTom Tromey1-0/+7
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley1-2/+60
2007-01-15URLClassLoader.java: Removed.Gary Benson2-1/+10
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey18-4/+829
2006-07-28natSharedLibLoader.cc (init): Don't set curLoader to VMClassLoader::bootLoader.Andrew Haley1-1/+4
2006-06-06gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho...David Daney1-2/+18
2006-05-11NameFinder.java (lookup): If exec'ing addr2line fails, don't try again.Bryce McKinlay1-3/+6
2006-05-11NameFinder.java (blacklist): New static field.Bryce McKinlay1-1/+14
2006-05-11natSharedLibLoader.cc (init): Remove debugging line.Andrew Haley1-1/+0
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley1-1/+3
2006-05-04Class.h (JV_STATE_LOADING): Added comment.Tom Tromey2-16/+37
2006-04-25natSharedLibLoader.cc: Include gc.h later.Tom Tromey1-6/+11
2006-04-21re PR libgcj/27170 (Deadlock in garbage collector)Bryce McKinlay1-0/+5
2006-04-11SystemClassLoader.java (addClass): Get the value of package-private field "lo...Bryce McKinlay1-2/+21
2006-02-17stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re...Andrew Haley1-0/+15
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey1-35/+0
2006-01-04Class.h (_Jv_CopyClassesToSystemLoader): Updated.Tom Tromey1-1/+20
2005-09-22BootClassLoader.java (BootClassLoader): Pass `null' parent ClassLoader to par...Bryce McKinlay2-0/+8
2005-06-30Update FSF addressKelley Cook1-2/+2
2005-06-28re PR libgcj/22189 (Table Full in gcj-dbtool if -m option used with smallest ...Robin Green1-3/+3
2005-06-15SystemClassLoader.java (init): Clear last_was_sep in loop.Tom Tromey1-0/+1
2005-05-13SystemClassLoader.java (init): Handle empty element in path.Tom Tromey1-3/+30
2005-04-22NameFinder.java (close): IN, OUT, and PROC can all be null, check for that ca...Andrew Pinski1-4/+6
2005-04-13re PR libgcj/20958 (Compile Errors In two files in gnu.gcj)Aaron Luchko1-1/+1
2005-04-01natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.Tom Tromey3-173/+40
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey1-0/+67
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey2-74/+9
2005-03-24BootClassLoader.java (BootClassLoader): Don't add sax and w3c libraries.Tom Tromey1-7/+0
2005-03-24Makefile.in: Rebuilt.Tom Tromey1-0/+102
2005-03-11exception.cc: Remove stray MethodRef.h include.Bryce McKinlay4-590/+0
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-414/+108
2005-02-16SharedLibHelper.java (findHelper): Delete copied file on exit.Tom Tromey1-3/+6
2005-02-16Subject.java (doAsPrivileged): If acc is null, create a new AccessControlCont...Andrew Haley2-7/+16
2005-02-16PersistentByteMap.java (name, values, fc): new fields.Andrew Haley1-26/+161
2005-02-12Fixes bug libgcj/8170Mark Wielaard1-25/+50
2005-02-02re PR libgcj/19681 (extension loading currently incorrect)Tom Tromey2-35/+72
2005-02-02PersistentByteMap.java: Fixed typo.Tom Tromey1-2/+2
2005-01-19VMCompiler.java (compileClass): Ignore UnknownError.Tom Tromey1-2/+3
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey2-6/+29
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey4-18/+580
2004-10-18re PR libgcj/18036 (Bad interaction between interpreter and Class.forName())Andrew Haley1-14/+17
2004-10-14interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.Andrew Haley1-9/+39
2004-07-11re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized)Bryce McKinlay2-50/+49
2004-07-06VMClassLoader.java (init): Check classpath entry before passing to URL constr...Bryce McKinlay1-19/+19
2004-07-04FirstThread.java, [...]: Removed.Michael Koch2-146/+0
2004-06-18VMClassLoader.java (init): Add extensions directory only if it actually exists.Ranjit Mathew1-13/+16
2004-06-17Add extension directory contents to the class path.Anthony Green1-0/+30