JDK-8009641 : OpenJDK 6 build broken via 8007675 fix
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: OpenJDK6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-03-07
  • Updated: 2014-12-04
  • Resolved: 2013-03-07
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.
Other
OpenJDK6 masterFixed
Description
Some last minute code changes seem to be responsible for the build failure. (the JPRT jobs look to have run with a slightly different code base)


# Running javac:
/suspool/home/jdk/jdk1.6.0_30/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -source 1.5 -target 5 -encoding ascii -Xbootclasspath:../../../build/solaris-sparc/classes -sourcepath ../../../build/solaris-sparc/gensrc:../../../src/solaris/classes:../../../src/share/classes -d ../../../build/solaris-sparc/classes @../../../build/solaris-sparc/tmp/sun/sun.awt/awt/.classes.list
../../../src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java:580: cannot find symbol
symbol  : variable srcIL
location: class sun.java2d.cmm.lcms.LCMSTransform
            LCMS.colorConvert(this, srcIL, dstIL);
                                    ^
../../../src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java:580: cannot find symbol
symbol  : variable dstIL
location: class sun.java2d.cmm.lcms.LCMSTransform
            LCMS.colorConvert(this, srcIL, dstIL);
                                           ^
../../../src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java:606: cannot find symbol
symbol  : variable srcIL
location: class sun.java2d.cmm.lcms.LCMSTransform
            LCMS.colorConvert(this, srcIL, dstIL);
                                    ^
../../../src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java:606: cannot find symbol
symbol  : variable dstIL
location: class sun.java2d.cmm.lcms.LCMSTransform
            LCMS.colorConvert(this, srcIL, dstIL);
                                           ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors

Comments
http://cr.openjdk.java.net/~bae/8009641/webrev.00/
07-03-2013