changeset 16437:680f52926754

added test for -Xcomp to the gate
author Doug Simon <doug.simon@oracle.com>
date Wed, 09 Jul 2014 20:24:34 +0200
parents 801017cdfd6a
children 36ae19c8fb4e
files mx/mx_graal.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Jul 09 19:03:01 2014 +0200
+++ b/mx/mx_graal.py	Wed Jul 09 20:24:34 2014 +0200
@@ -1281,6 +1281,12 @@
         dacapo(['-Xbatch', 'pmd'])
         tasks.append(t.stop())
 
+    # ensure -Xcomp still works
+    with VM('graal', 'product'):
+        t = Task('XCompMode:product')
+        vm(['-Xcomp', '-version'])
+        tasks.append(t.stop())
+
     if args.jacocout is not None:
         jacocoreport([args.jacocout])