# HG changeset patch # User ohair # Date 1218065998 25200 # Node ID 78de1d98ba7e0e1fdfd4463ae7f2eed1110a0966 # Parent 638ddad10e12a5a1296af3330423f24f0a2685d5# Parent c879050e4c17e145a443f221859e2fc85700e350 Merge diff -r 638ddad10e12 -r 78de1d98ba7e README-builds.html --- a/README-builds.html Wed Aug 06 14:57:13 2008 -0700 +++ b/README-builds.html Wed Aug 06 16:39:58 2008 -0700 @@ -132,7 +132,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris SPARCV9 (64bit) @@ -141,7 +141,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris X86 (32bit) @@ -150,7 +150,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris X64 (64bit) @@ -159,7 +159,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Windows X86 (32bit) @@ -831,8 +831,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 638ddad10e12 -r 78de1d98ba7e make/jprt.config --- a/make/jprt.config Wed Aug 06 14:57:13 2008 -0700 +++ b/make/jprt.config Wed Aug 06 16:39:58 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}"