mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 14:39:49 +00:00
8176271: Still unable to build JDK 9 on some *7 sparcs
Reviewed-by: ihse
This commit is contained in:
parent
2cd45adf99
commit
8b64fbd136
@ -392,7 +392,7 @@ var getJibProfilesCommon = function (input, data) {
|
||||
// on such hardware.
|
||||
if (input.build_cpu == "sparcv9") {
|
||||
var cpu_brand = $EXEC("bash -c \"kstat -m cpu_info | grep brand | head -n1 | awk '{ print \$2 }'\"");
|
||||
if (cpu_brand.trim() == 'SPARC-M7') {
|
||||
if (cpu_brand.trim().match('SPARC-.7')) {
|
||||
boot_jdk_revision = "8u20";
|
||||
boot_jdk_subdirpart = "1.8.0_20";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user