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