This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Unloading classes
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 3 Nov 2002 22:28:14 -0500 (EST)
- Subject: 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