changeset 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 fc86bdb42a52
children a09587890e58
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))