gcc/libjava/java
Jeroen Frijters 35a6c8736a URLClassLoader.java (addURL): Moved implementation to private addURLImpl() to avoid calling addURL from the...
2003-07-19  Jeroen Frijters <jeroen@sumatra.nl>

	* java/net/URLClassLoader.java (addURL): Moved implementation to
	private addURLImpl() to avoid calling addURL from the constructor.
	(addURLImpl): Contains the code that was previously in addURL.
	(addURLs): Call addURLImpl(), not addURL().

From-SVN: r69591
2003-07-19 15:47:56 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt [ ChangeLog ] 2003-07-18 19:20:33 +00:00
beans MemoryImageSource.java, [...]: New versions from classpath. 2003-07-14 05:33:30 +00:00
io FileChannelImpl.java, [...]: Removed. 2003-07-13 16:53:05 +00:00
lang cni.h: CNI now expands to Compiled Native Interface. 2003-07-08 21:27:37 +00:00
math BigInteger.java (probablePrime): New. 2003-04-19 19:26:41 +00:00
net URLClassLoader.java (addURL): Moved implementation to private addURLImpl() to avoid calling addURL from the... 2003-07-19 15:47:56 +00:00
nio FileChannelImpl.java, [...]: Removed. 2003-07-13 16:53:05 +00:00
rmi 2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 15:58:42 +00:00
security 2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 16:11:27 +00:00
sql Date.java, [...]: New versions from Classpath. 2003-04-19 21:17:50 +00:00
text 2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 15:49:36 +00:00
util Handler.java (isLoggable): Check record level smaller or equal. 2003-07-18 16:08:38 +00:00