hotspot/test/test_env.sh
changeset 30589 4722e25bfd6d
parent 28489 f395f4b55ea1
child 30760 751b9e1fb0e5
--- 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 ]