JDK-6687899 : UnixDomainSocket.c breaks some Solaris builds
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2008-04-13
  • Updated: 2010-09-08
  • Resolved: 2008-05-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b23Fixed
Related Reports
Relates :  
Relates :  
Description
Due to dependencies of the C header file stdint.h in the new UnixDomainSocket.c,
the build breaks on a 2 Solaris machines.

I could not reproduce this on gromit (i586) or animorphic (sparc),
but the dependency can be removed and we can rely on sys/types.h
for all platforms.

Comments
EVALUATION no functional impact, but a problem of the build machine configuration
13-04-2008

SUGGESTED FIX inclusion of stdint.h can be removed and we can rely on sys/types.h for all platforms.
13-04-2008