comparison mx/commands.py @ 11286:485a5f029b32

mx: graal.jar is not silently updated anymore in the vm function
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sun, 11 Aug 2013 15:11:10 +0200
parents 2e38c55153e5
children a09587890e58
comparison
equal deleted inserted replaced
11285:fc86bdb42a52 11286:485a5f029b32
655 cwd = _workdir 655 cwd = _workdir
656 elif _workdir is not None: 656 elif _workdir is not None:
657 mx.abort("conflicting working directories: do not set --workdir for this command") 657 mx.abort("conflicting working directories: do not set --workdir for this command")
658 658
659 build = vmbuild if vmbuild is not None else _vmbuild if _vmSourcesAvailable else 'product' 659 build = vmbuild if vmbuild is not None else _vmbuild if _vmSourcesAvailable else 'product'
660 jdk = _jdk(build, vmToCheck=vm) 660 jdk = _jdk(build, vmToCheck=vm, installGraalJar=False)
661 mx.expand_project_in_args(args) 661 mx.expand_project_in_args(args)
662 if _make_eclipse_launch: 662 if _make_eclipse_launch:
663 mx.make_eclipse_launch(args, 'graal-' + build, name=None, deps=mx.project('com.oracle.graal.hotspot').all_deps([], True)) 663 mx.make_eclipse_launch(args, 'graal-' + build, name=None, deps=mx.project('com.oracle.graal.hotspot').all_deps([], True))
664 if len([a for a in args if 'PrintAssembly' in a]) != 0: 664 if len([a for a in args if 'PrintAssembly' in a]) != 0:
665 hsdis([], copyToDir=_vmLibDirInJdk(jdk)) 665 hsdis([], copyToDir=_vmLibDirInJdk(jdk))