changeset 23325:e153ecca9b36

fix mx vm command regression
author Andreas Woess <andreas.woess@oracle.com>
date Tue, 19 Jan 2016 15:05:14 +0100
parents ed6a5ffb2e9c
children 8ae6984accb6
files mx.graal/mx_graal_8.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/mx_graal_8.py	Tue Jan 19 12:04:18 2016 +0100
+++ b/mx.graal/mx_graal_8.py	Tue Jan 19 15:05:14 2016 +0100
@@ -419,7 +419,7 @@
 mx_unittest.add_config_participant(_unittest_config_participant)
 
 mx.update_commands(_suite, {
-    #'vm': [run_vm, '[-options] class [args...]'],
+    'vm': [run_vm, '[-options] class [args...]'],
     'jdkartifactstats' : [jdkartifactstats, ''],
     'ctw': [ctw, '[-vmoptions|noinline|nocomplex|full]'],
     'microbench' : [microbench, '[VM options] [-- [JMH options]]'],