6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris

Wed, 06 Aug 2008 16:06:43 -0700

author
ohair
date
Wed, 06 Aug 2008 16:06:43 -0700
changeset 30
844619bd3580
parent 24
3300a35a0bd5
child 31
746ca6b12c56

6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
Reviewed-by: tbell

README-builds.html file | annotate | diff | comparison | revisions
make/jprt.config file | annotate | diff | comparison | revisions
     1.1 --- a/README-builds.html	Wed Jul 09 10:03:55 2008 -0700
     1.2 +++ b/README-builds.html	Wed Aug 06 16:06:43 2008 -0700
     1.3 @@ -134,7 +134,7 @@
     1.4                              See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
     1.5                              SunSolve</a> for patch downloads.
     1.6                          </td>
     1.7 -                        <td>Sun Studio 11 </td>
     1.8 +                        <td>Sun Studio 12</td>
     1.9                      </tr>
    1.10                      <tr>
    1.11                          <td>Solaris SPARCV9 (64bit)</td>
    1.12 @@ -143,7 +143,7 @@
    1.13                              See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
    1.14                              SunSolve</a> for patch downloads.
    1.15                          </td>
    1.16 -                        <td>Sun Studio 11</td>
    1.17 +                        <td>Sun Studio 12</td>
    1.18                      </tr>
    1.19                      <tr>
    1.20                          <td>Solaris X86 (32bit)</td>
    1.21 @@ -152,7 +152,7 @@
    1.22                              See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
    1.23                              SunSolve</a> for patch downloads.
    1.24                          </td>
    1.25 -                        <td>Sun Studio 11</td>
    1.26 +                        <td>Sun Studio 12</td>
    1.27                      </tr>
    1.28                      <tr>
    1.29                          <td>Solaris X64 (64bit)</td>
    1.30 @@ -161,7 +161,7 @@
    1.31                              See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank">
    1.32                              SunSolve</a> for patch downloads.
    1.33                          </td>
    1.34 -                        <td>Sun Studio 11</td>
    1.35 +                        <td>Sun Studio 12</td>
    1.36                      </tr>
    1.37                      <tr>
    1.38                          <td>Windows X86 (32bit)</td>
    1.39 @@ -789,8 +789,8 @@
    1.40                  <blockquote>
    1.41                      At a minimum, the
    1.42                      <a href="http://developers.sun.com/sunstudio/index.jsp" target="_blank">
    1.43 -                    Sun Studio 11 Compilers</a>
    1.44 -                    (containing version 5.8 of the C and C++ compilers) is required,
    1.45 +                    Sun Studio 12 Compilers</a>
    1.46 +                    (containing version 5.9 of the C and C++ compilers) is required,
    1.47                      with patches from the
    1.48                      <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access" target="_blank">
    1.49                      SunSolve web site</a>.
     2.1 --- a/make/jprt.config	Wed Jul 09 10:03:55 2008 -0700
     2.2 +++ b/make/jprt.config	Wed Aug 06 16:06:43 2008 -0700
     2.3 @@ -146,9 +146,7 @@
     2.4      if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
     2.5          compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
     2.6      else
     2.7 -        # FIXUP: Change to SS12 when validated
     2.8 -	#compiler_name=SS12
     2.9 -	compiler_name=SS11
    2.10 +	compiler_name=SS12
    2.11      fi
    2.12      compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
    2.13      ALT_COMPILER_PATH="${compiler_path}"

mercurial