hotspot/test/test_env.sh
changeset 44411 8c642d0b237e
parent 42543 9e7ac7aff2d1
equal deleted inserted replaced
44410:1113a1c09f10 44411:8c642d0b237e
   212 grep "aarch64" vm_version.out > ${NULL}
   212 grep "aarch64" vm_version.out > ${NULL}
   213 if [ $? = 0 ]
   213 if [ $? = 0 ]
   214 then
   214 then
   215   VM_CPU="aarch64"
   215   VM_CPU="aarch64"
   216 fi
   216 fi
       
   217 grep "arm64" vm_version.out > ${NULL}
       
   218 if [ $? = 0 ]
       
   219 then
       
   220   VM_CPU="aarch64"
       
   221 fi
   217 export VM_TYPE VM_BITS VM_OS VM_CPU
   222 export VM_TYPE VM_BITS VM_OS VM_CPU
   218 echo "VM_TYPE=${VM_TYPE}"
   223 echo "VM_TYPE=${VM_TYPE}"
   219 echo "VM_BITS=${VM_BITS}"
   224 echo "VM_BITS=${VM_BITS}"
   220 echo "VM_OS=${VM_OS}"
   225 echo "VM_OS=${VM_OS}"
   221 echo "VM_CPU=${VM_CPU}"
   226 echo "VM_CPU=${VM_CPU}"