-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 4.2
-
Component/s: hotspot
-
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