# HG changeset patch # User Gilles Duboscq # Date 1376226670 -7200 # Node ID 485a5f029b3205c0a5507c1b61a7b74f6a8158c6 # Parent fc86bdb42a5262d8b434e5c53e0bbc17b3e6c9f6 mx: graal.jar is not silently updated anymore in the vm function diff -r fc86bdb42a52 -r 485a5f029b32 mx/commands.py --- a/mx/commands.py Sun Aug 11 15:11:10 2013 +0200 +++ b/mx/commands.py Sun Aug 11 15:11:10 2013 +0200 @@ -657,7 +657,7 @@ mx.abort("conflicting working directories: do not set --workdir for this command") build = vmbuild if vmbuild is not None else _vmbuild if _vmSourcesAvailable else 'product' - jdk = _jdk(build, vmToCheck=vm) + jdk = _jdk(build, vmToCheck=vm, installGraalJar=False) mx.expand_project_in_args(args) if _make_eclipse_launch: mx.make_eclipse_launch(args, 'graal-' + build, name=None, deps=mx.project('com.oracle.graal.hotspot').all_deps([], True))