diff --git a/README-builds.html b/README-builds.html index 37998f9c1f6..d4f008720cf 100644 --- a/README-builds.html +++ b/README-builds.html @@ -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 --git a/make/jprt.config b/make/jprt.config index 2a8f5432fb5..08e56cac149 100644 --- a/make/jprt.config +++ b/make/jprt.config @@ -146,9 +146,7 @@ if [ "${osname}" = SunOS ] ; then 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}"