diff mx/commands.py @ 5688:9bb0ba9e8ba6

Adjust loop unroll policy a bit Bailout in case unrolling goes very wrong Add FullUnroll metric In the gate, compile run* methods in product mode, not in fastdebug
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 25 Jun 2012 12:17:58 +0200
parents 87fc13b59258
children 12a34d1bcaa2
line wrap: on
line diff
--- a/mx/commands.py	Fri Jun 22 17:27:36 2012 +0200
+++ b/mx/commands.py	Mon Jun 25 12:17:58 2012 +0200
@@ -788,7 +788,7 @@
                 _jacoco = 'append'
             
             t = Task('JavaTesterTests:' + vmbuild)
-            jtt([])
+            jtt(['@-XX:CompileCommand=exclude,*::run*'] if vmbuild == 'product'  else [])
             tasks.append(t.stop())
             
             if vmbuild == 'product' and args.jacocout is not None: