# HG changeset patch # User ohair # Date 1218064003 25200 # Node ID c879050e4c17e145a443f221859e2fc85700e350 # Parent cd8b8f500face60d1566d850857a7fccadbd383a 6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris Reviewed-by: tbell diff -r cd8b8f500fac -r c879050e4c17 README-builds.html --- a/README-builds.html Wed Jul 05 16:39:00 2017 +0200 +++ b/README-builds.html Wed Aug 06 16:06:43 2008 -0700 @@ -134,7 +134,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris SPARCV9 (64bit) @@ -143,7 +143,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris X86 (32bit) @@ -152,7 +152,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris X64 (64bit) @@ -161,7 +161,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Windows X86 (32bit) @@ -789,8 +789,8 @@
At a minimum, the - Sun Studio 11 Compilers - (containing version 5.8 of the C and C++ compilers) is required, + Sun Studio 12 Compilers + (containing version 5.9 of the C and C++ compilers) is required, with patches from the SunSolve web site. diff -r cd8b8f500fac -r c879050e4c17 make/jprt.config --- a/make/jprt.config Wed Jul 05 16:39:00 2017 +0200 +++ b/make/jprt.config Wed Aug 06 16:06:43 2008 -0700 @@ -146,9 +146,7 @@ if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then compiler_name=${JPRT_SOLARIS_COMPILER_NAME} else - # FIXUP: Change to SS12 when validated - #compiler_name=SS12 - compiler_name=SS11 + compiler_name=SS12 fi compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin ALT_COMPILER_PATH="${compiler_path}"