aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj/runtime
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-09VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew2-5/+29
2004-01-14re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $...Nathan Bryant1-11/+13
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey1-2/+2
2003-11-08FirstThread.java (Klocale, Kcalendar): New fields.Jeff Sturm1-4/+6
2003-10-22re PR libgcj/12656 (Inherited main( ) Method Not Seen At Runtime)Tom Tromey1-2/+3
2003-10-08Connection.java, [...]: Moved to gnu/java/net/protocol.Michael Koch1-3/+3
2003-10-02re PR libgcj/12475 (Stack traces leak memory)Bryce McKinlay2-1/+7
2003-10-01* gnu/gcj/runtime/FirstThread.java (getMain): Fixed indentation.Tom Tromey1-14/+13
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey1-1/+1
2003-08-28Makefile.in: Rebuilt.Tom Tromey3-48/+240
2003-08-20[multiple changes]Andrew Haley2-6/+13
2003-08-20re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal...Tom Tromey2-6/+42
2003-07-21AbstractGraphicsState.java (clone): Handle CloneNotSupportedException.Anthony Green1-12/+4
2003-07-21natSharedLibLoader.cc (init): `libname' now a String.Steve Pribyl2-8/+12
2003-07-11SharedLibLoader.java: Fix misspelling.Matt Kraai2-4/+4
2003-03-10[multiple changes]Andrew Haley2-0/+53
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth1-3/+2
2003-02-13NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of inde...Ranjit Mathew1-1/+1
2003-01-28configure.in: Specifically define HAVE_BACKTRACE if building for MinGW.Ranjit Mathew1-0/+2
2002-12-11Makefile.in: Rebuilt.Tom Tromey1-0/+67
2002-12-09Connection.java (getJarFile): download and cache remote jar files.Mark Wielaard1-17/+4
2002-12-05natStackTrace.cc (fillInStackTrace): Throw #ifdef (HAVE_BACKTRACE) around the...Andrew Haley1-3/+6
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley3-0/+383
2002-09-02NameFinder.java (remove_interpreter): New field.Mark Wielaard2-15/+148