This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: arm-wince-pe-gcj: Finalizers not getting called
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Craig A. Vanderborgh" <craigv at voxware dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 29 Jul 2003 13:13:26 -0400 (EDT)
- Subject: Re: arm-wince-pe-gcj: Finalizers not getting called
On 29 Jul 2003, Craig A. Vanderborgh wrote:
> Where do finalizers get called?
Look at gnu.gcj.runtime.FinalizerThread. Can you tell if this
thread is running at all? (You *did* build with --enable-threads, right?)
> Presumably in the GC, right?
The GC notifies FinalizerThread when objects are waiting to be finalized.
Jeff