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]
Other format: [Raw text]

Re: Unloading classes


On 3 Nov 2002, Anthony Green wrote:
> > I think you need to guarantee no static method of the class is executing
> > when you dlclose().  This is hard with the current GC.
>
> Hmm... I don't really follow this.  How could a class being finalized
> have any methods executing?

Never mind.  I was thinking about compiled classes, which is a harder
problem.

Jeff


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