This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: Merging java.net.URLClassLoader
- From: Mark Wielaard <mark at klomp dot org>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 20 Jul 2003 00:53:15 +0200
- Subject: Re: FYI: Patch: Merging java.net.URLClassLoader
- References: <200307191752.57559.konqueror@gmx.de>
Hi,
On Sat, 2003-07-19 at 17:52, Michael Koch wrote:
> +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().
Your patch actually also included another (minor) change in the
Classpath code:
2003-07-16 Jeroen Frijters <jeroen@sumatra.nl>
* java/net/URLClassLoader.java (JarURLLoader.getResource): If the
name starts with a slash, chop it off.
Thanks for keeping the code bases merged BTW,
Cheers,
Mark