This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PR java/14070: gij and -jar argument should set the manifest Class-path recursively
Tom Tromey writes:
> >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>
> Andrew> Sorry, wrong ChangeLog.
> Andrew> 2004-11-02 Andrew Haley <aph@redhat.com>
> [ ... ]
>
> Andrew> * java/net/URLClassLoader.java (urls): Now a LinkedHashSet.
>
> I don't see this in the patch.
In the end I didn't do it. Might still be a good idea tho'.
> That's just as well though, as this would break getURLs().
Well, we'd need to use toArray.
> This patch looks reasonable to me.
Ta,
Andrew.