diff -r 036dbf8b3817 -r 2d500ccfa3b5 common/conf/jib-profiles.js --- a/common/conf/jib-profiles.js Wed Jul 05 23:37:13 2017 +0200 +++ b/common/conf/jib-profiles.js Thu Jun 08 16:36:06 2017 +0200 @@ -387,7 +387,7 @@ // 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().match('SPARC-.7')) { + if (cpu_brand.trim().match('SPARC-.[78]')) { boot_jdk_revision = "8u20"; boot_jdk_subdirpart = "1.8.0_20"; }