-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
4.2
-
generic
-
solaris_2.6
The signal mask changes only happens in the
following call sequence JNI_CreateJavaVM() then strerror().
Application sets signal mask. If application calls JNI_Create without
a following call to strerror mask remains unchanged.
Application sets signal mask. If application calls strerror without
JNI_Create mask remains unchanged.
If strerror preceeds JNI_Create mask remains unchanged.
Signal mask needs to be reset after strerror when it follows.
strerror and JNI_Create return success status, no errors.
JNI_Create