JDK-6844750 : Solaris build failed after 6799099
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2009-05-25
  • Updated: 2011-01-19
  • Resolved: 2009-07-16
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 7
7 b60Fixed
Related Reports
Relates :  
Description
The JPRT system has failed to build fresh JDK by the following compile time error:
"../../../src/solaris/native/sun/xawt/XToolkit.c", line 953: undefined symbol: IsXExtensionPointer
cc: acomp failed for ../../../src/solaris/native/sun/xawt/XToolkit.c 
This is related to the recent CR push: 6799099

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/awt_data/7/6844750.0/
25-05-2009

EVALUATION There is a difference in XI.h for Linux and Solaris distributions. The last one has missed IsXExtensionPointer #define. Perhaps we could fix that with the #ifdef.
25-05-2009