classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SecurityManager troubles


From: Archie Cobbs
Subject: Re: SecurityManager troubles
Date: Thu, 12 Jan 2006 14:08:02 -0600
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050715)

Gary Benson wrote:
Isn't the boot class loader solely for java.lang?

No.. under the Java2 delegation model, the boot class loader
should be given the first chance to try and load *every* class.

Typically it will only find classes in glibj.zip (or rt.jar,
or whatever your VM equivalent of the core library is) because
that's all it knows to look in. So then the child classloader(s)
get to try.

In any case I'm still not clear on this problem. Yesterday it
looked to me like a result of delayed method resolution by kaffe.
But that could be completely off. I haven't actually witnessed
the problem so can't really say for sure without additional info.

It would be nice however to get to the bottom of it before 0.20...

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]