This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: Merging java.net.URLClassLoader


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]