diff mx/mx_graal.py @ 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 7520833c6e7f
children a0f3688ce052
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])