GCJ and signal handling

Thomas Hallgren thomas@tada.se
Tue Jan 24 17:27:00 GMT 2006


Hi,
I'm using GCJ for PL/Java (enables Java stored procedures in PostgreSQL). Everything is 
based on JNI calls. When I start a non-gcj VM using the JNI_createVM() call, I always pass 
the option '-Xrs' since I don't want the VM install handlers for the SIGHUP, SIGINT, 
SIGQUIT, and SIGTERM signals. The '-Xrs' option is not supported when using GCJ. Question 
is, do I need to worry? I.e. will the JNI_createVM() install handlers at all?

Regards,
Thomas Hallgren



More information about the Java mailing list