This is the mail archive of the java@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]

Re: gcj-compiled jigsaw is running




On Tue, 1 May 2001, Nic Ferrier wrote:
> Servlet containers have their own paths for finding servlets. The
> servlet must be loaded from these paths. 
> 
> This is normally achieved by constructing a chain of CLs which
> delegate (eventually) to the SystemCL.

I understand however that a class search must start with the parent
classloader.  That prevents a derived classloader from overridding a
system class, for example.

> This is the reason Paperclips was built with a modular CL
> architecture. So that it was possible to plug in a GCJ compiler CL
> later on with out any mucking about with GCJ.

It seems to me that it is a feature of gcj that compiled classes can
only be loaded once.  I don't understand how Paperclips can overcome that
limitation.

Jeff



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