changeset 22334:aef178739a23

Fix name of gate task.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 27 Jul 2015 17:19:42 +0200
parents fa6dd3cadaaf
children 8217ef77a80a
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Mon Jul 27 16:43:01 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Mon Jul 27 17:19:42 2015 +0200
@@ -1166,7 +1166,7 @@
             if t: unittest(['--suite', 'jvmci', '--enable-timing', '--verbose', '--fail-fast'])
 
     # Build the other VM flavors
-    with Task('BuildHotSpotGraalOthers: fastdebug,product', tasks) as t:
+    with Task('BuildHotSpotJVMCIOthers: fastdebug,product', tasks) as t:
         if t: buildvms(['--vms', 'jvmci,server', '--builds', 'fastdebug,product'])
 
     with Task('CleanAndBuildIdealGraphVisualizer', tasks, disableJacoco=True) as t: