mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8176271: Still unable to build JDK 9 on some *7 sparcs
Reviewed-by: ihse
This commit is contained in:
parent
2cd45adf99
commit
8b64fbd136
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue