summaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj/runtime/VMClassLoader.java
AgeCommit message (Expand)Author
2005-04-01natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.Tom Tromey
2005-03-29natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs.Tom Tromey
2005-02-02re PR libgcj/19681 (extension loading currently incorrect)Tom Tromey
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-07-06VMClassLoader.java (init): Check classpath entry before passing to URL constr...Bryce McKinlay
2004-06-18VMClassLoader.java (init): Add extensions directory only if it actually exists.Ranjit Mathew
2004-06-17Add extension directory contents to the class path.Anthony Green
2004-01-14re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $...Nathan Bryant
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey
2003-08-20re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal...Tom Tromey
2002-12-09Connection.java (getJarFile): download and cache remote jar files.Mark Wielaard
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green
2001-05-21* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public.Tom Tromey
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay
2000-08-26Makefile.in: Rebuilt.Anthony Green
2000-03-07All files: Updated copyright information.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-10-18VMClassLoader.java (getVMClassLoader): New method.Tom Tromey
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup