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


>>>>> "Craig" == Craig A Vanderborgh <craigv@voxware.com> writes:

Craig> 1. The configuration is done so that the finalizer, finalize_sync_info()
Craig> is there as it should be.
Craig> 2. finalize_sync_info() contains the needed DCS
Craig> 3. The finalizer is apparently "registered" via the RegisterFinalizer
Craig> call.

Note also that you're using non-hash synchronization.  This is slower
and needs more memory (an extra pointer per object).  You might want
to consider porting the hash sync code to ARM.

Tom


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