comparison mx/mx_graal.py @ 20922:10766b486cbb

added missing space
author Doug Simon <doug.simon@oracle.com>
date Tue, 14 Apr 2015 11:57:27 +0200
parents 379471b334cb
children f61ff7f01bc2
comparison
equal deleted inserted replaced
20921:2b10bb41a298 20922:10766b486cbb
1585 buildvms(['--vms', 'server-nograal', '--builds', 'product,optimized']) 1585 buildvms(['--vms', 'server-nograal', '--builds', 'product,optimized'])
1586 1586
1587 for vmbuild in ['product', 'fastdebug']: 1587 for vmbuild in ['product', 'fastdebug']:
1588 for theVm in ['client', 'server']: 1588 for theVm in ['client', 'server']:
1589 if not isVMSupported(theVm): 1589 if not isVMSupported(theVm):
1590 mx.log('The' + theVm + ' VM is not supported on this platform') 1590 mx.log('The ' + theVm + ' VM is not supported on this platform')
1591 continue 1591 continue
1592 with VM(theVm, vmbuild): 1592 with VM(theVm, vmbuild):
1593 with Task('DaCapo_pmd:' + theVm + ':' + vmbuild, tasks) as t: 1593 with Task('DaCapo_pmd:' + theVm + ':' + vmbuild, tasks) as t:
1594 if t: dacapo(['pmd']) 1594 if t: dacapo(['pmd'])
1595 1595