OpenJDK / loom / loom
changeset 986:04a2ec0a9ef5
6724668: Hotspot: Official change to Sun Studio 12 compilers on Solaris
Summary: Moving to SS12. Builds with SS11 still work, the compiler comes from your PATH when building hotspot.
Reviewed-by: tbell
author | ohair |
---|---|
date | Thu, 14 Aug 2008 11:18:53 -0700 |
parents | 5d1e7eafc504 |
children | 62dac36a7ebd |
files | hotspot/make/jprt.config hotspot/make/solaris/makefiles/sparcWorks.make |
diffstat | 2 files changed, 3 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/make/jprt.config Sun Aug 10 21:58:54 2008 -0700 +++ b/hotspot/make/jprt.config Thu Aug 14 11:18:53 2008 -0700 @@ -77,9 +77,7 @@ # All jdk6 builds use SS11 compiler_name=SS11 else - # FIXUP: Change to SS12 once it has been validated. - #compiler_name=SS12 - compiler_name=SS11 + compiler_name=SS12 fi fi
--- a/hotspot/make/solaris/makefiles/sparcWorks.make Sun Aug 10 21:58:54 2008 -0700 +++ b/hotspot/make/solaris/makefiles/sparcWorks.make Thu Aug 14 11:18:53 2008 -0700 @@ -51,12 +51,9 @@ VALIDATED_COMPILER_REV := 5.8 VALIDATED_C_COMPILER_REV := 5.8 else - # FIXUP: Change to SS12 (5.9) once it has been validated. # Validated compiler for JDK7 is SS12 (5.9) - #VALIDATED_COMPILER_REV := 5.9 - #VALIDATED_C_COMPILER_REV := 5.9 - VALIDATED_COMPILER_REV := 5.8 - VALIDATED_C_COMPILER_REV := 5.8 + VALIDATED_COMPILER_REV := 5.9 + VALIDATED_C_COMPILER_REV := 5.9 endif # Warning messages about not using the above validated version