--- a/hotspot/test/test_env.sh Wed Apr 29 15:34:04 2015 -0700
+++ b/hotspot/test/test_env.sh Fri Apr 24 10:49:38 2015 +0200
@@ -188,6 +188,10 @@
if [ $? = 0 ]
then
VM_CPU="ppc"
+ if [ $VM_BITS = "64" ]
+ then
+ VM_CPU="ppc64"
+ fi
fi
grep "ia64" vm_version.out > ${NULL}
if [ $? = 0 ]