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: 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


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