equal
deleted
inserted
replaced
75 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u10" -o \ |
75 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u10" -o \ |
76 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6perf" ] ; then |
76 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6perf" ] ; then |
77 # All jdk6 builds use SS11 |
77 # All jdk6 builds use SS11 |
78 compiler_name=SS11 |
78 compiler_name=SS11 |
79 else |
79 else |
80 # FIXUP: Change to SS12 once it has been validated. |
80 compiler_name=SS12 |
81 #compiler_name=SS12 |
|
82 compiler_name=SS11 |
|
83 fi |
81 fi |
84 fi |
82 fi |
85 |
83 |
86 # Get into path (make sure it matches ALT setting) |
84 # Get into path (make sure it matches ALT setting) |
87 compiler_path=${slashjava}/devtools/${solaris_arch}/SUNWspro/${compiler_name}/bin |
85 compiler_path=${slashjava}/devtools/${solaris_arch}/SUNWspro/${compiler_name}/bin |