gcc/libjava/gnu/gcj
Mark Wielaard e825ca7ff5 Connection.java (getJarFile): download and cache remote jar files.
* gnu/gcj/protocol/jar/Connection.java (getJarFile): download and
	cache remote jar files.
	* gnu/gcj/runtime/VMClassLoader.java: Don't construct jar URL, only
	add File.separator to URL when it is a directory.
	* java/lang/ClassLoader.java: Add Classpath javadoc.
	(parent): final.
	(getParent): Add (disabled) security check.
	(findLibrary): New default method.
	* java/net/JarURLConnection.java (getManifest): Implement.
	(getInputStream): Only create InputStream when entry exists.
	(getHeaders): Only use jarFileURLConnection or JarEntry to set length
	when they exist.
	* java/net/URLClassLoader.java: New/Rewritten version from Classpath.

From-SVN: r59949
2002-12-09 00:04:00 +00:00
..
convert For PR libgcj/5303: 2002-03-25 22:08:27 +00:00
io re PR libgcj/5944 (Use of uint32_t breaks libgcj bootstrap on Solaris 2.5.1) 2002-03-15 21:59:12 +00:00
protocol Connection.java (getJarFile): download and cache remote jar files. 2002-12-09 00:04:00 +00:00
runtime Connection.java (getJarFile): download and cache remote jar files. 2002-12-09 00:04:00 +00:00
xlib * gnu/gcj/xlib/WindowAttributes.java Assign null to RawData, not 0. 2002-03-09 08:25:13 -08:00
Core.java jvm.h: Declare _Jv_RegisterResource. 2001-09-06 22:32:54 +00:00
natCore.cc natCore.cc (create): Use __builtin_alloca, and compute correct length of UTF-8 encoded name. 2002-04-24 23:05:17 +00:00
RawData.java Thread.java: Declare `data' as Object, not RawData. 2000-05-18 11:08:25 +01:00