RE: [cp-patches] Re: RFC: RMI Class loading patch:Why thread contextclass loader

2006-08-14 Thread Jeroen Frijters
Audrius Meskauskas wrote: > In the case when the thread is created and started inside the > bootstrap classes, it may be no any user class on the stack. > Without using thread context class loader, it may not be possible > to locate any class of the user application that is currently > running (t

Re: [cp-patches] Re: RFC: RMI Class loading patch:Why thread contextclass loader

2006-08-14 Thread Audrius Meskauskas
The way I understand it, RMI code already delegates to the thread context class loader, Then yes, the same thing twice. Just check if it does delegate in our implementation. Audrius.