This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: threads+CNI+SIGINT


>> Don't GCJ-compiled programs have some SIGINT handler? If so, why isn't
>> it installed in the main thread? If not, how is GC cleanup/finalization
>> done?

Jeff> Actually no GC cleanup is needed (the runFinalizersOnExit method
Jeff> is deprecated; I don't recall whether libgcj even implements
Jeff> it).

We do.

Jeff> SIGINT handling is necessary on Linux to ensure that all threads
Jeff> terminate, I believe.

What is it that we'd need to do?

Tom



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