[cp-patches] Re: RFC: Class Loader patch to record classwithinitiating class loader

2005-07-28 Thread Robert Lougher
Hi, Jeroen Frijters jeroen at sumatra.nl writes: Mark Wielaard wrote: On Wed, 2005-07-27 at 13:18 +0200, Jeroen Frijters wrote: While digging around the class loading issues, I discovered that we didn't record a class with the initiating loader [1]. This is necessary to maintain

Re: [cp-patches] Re: RFC: Class Loader patch to record classwithinitiating class loader

2005-07-28 Thread Archie Cobbs
Robert Lougher wrote: In my opinion, the logic for deciding whether to load via the bootstrap or via a classloader, whether to load an array or a normal class, initialization, and the managing of the cache is best done in the runtime for performance reasons. Most of what Robert said above is