RFC: Merge java.net.URL

Tom Tromey tromey@redhat.com
Wed Jan 10 16:35:00 GMT 2007


>>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:

Gary> Yeah, I saw some of that.  From the comment it looked as though it
Gary> might have had something to do with statically linked executables,
Gary> but the attached test program shows handlers for both file and core
Gary> have been created by the time main() is called, so...

Yeah, there's a reference to file in MainThread:

  static final Class Kfile     = gnu.java.net.protocol.file.Handler.class;

Presumably core is brought in statically already, I didn't look.
Anyway this probably means that the old URL hack is no longer needed.
It is hard to be certain.

Tom



More information about the Java-patches mailing list