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: RFC: Merge java.net.URL


>>>>> "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


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