| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8018895 | 7u45 | Shi Zhang | P3 | Closed | Fixed | b01 | 
| JDK-2227889 | 7u40 | Sean Coffey | P3 | Closed | Fixed | b03 | 
                    A DESCRIPTION OF THE REQUEST :
pthread is used in jdk/src/solaris/bin/java_md.c and jdk/src/solaris/transport/socket/socket_md.c on all POSIX platforms exception Solaris. We can modify the current code to "#ifdef __Solaris__ ... #else ... #end" to make it portable to other platforms.
JUSTIFICATION :
It can be easily ported to BSD/MAC/AIX.
            
pthread is used in jdk/src/solaris/bin/java_md.c and jdk/src/solaris/transport/socket/socket_md.c on all POSIX platforms exception Solaris. We can modify the current code to "#ifdef __Solaris__ ... #else ... #end" to make it portable to other platforms.
JUSTIFICATION :
It can be easily ported to BSD/MAC/AIX.
- backported by
- 
                    JDK-2227889 Include pthread.h on all POSIX platforms except Solaris to improve portability -           
- Closed
 
-         
- 
                    JDK-8018895 Include pthread.h on all POSIX platforms except Solaris to improve portability -           
- Closed
 
-