log mx/mx_graal.py @ 15328:d89ed48ae349

age author description
Wed, 23 Apr 2014 17:02:12 +0200 Bernhard Urban mx: use generators
Wed, 23 Apr 2014 14:59:05 +0200 Bernhard Urban mx: support simple filename globbing in whitelist
Wed, 23 Apr 2014 14:44:24 +0200 Bernhard Urban mx: support comments in whitelist
Wed, 23 Apr 2014 13:24:09 +0200 Bernhard Urban gate: add baseline compiler unittest
Wed, 23 Apr 2014 13:02:07 +0200 Bernhard Urban mx: add whitelist for shortunittest
Wed, 23 Apr 2014 11:48:38 +0200 Bernhard Urban mx: allow to specify a path for the whitelist in the unittest command
Wed, 23 Apr 2014 11:42:58 +0200 Bernhard Urban mx: remove longunittest
Wed, 23 Apr 2014 12:36:11 +0200 Doug Simon mx: ensure newest version of c1visualizer is being used
Tue, 22 Apr 2014 16:41:46 -0700 Christian Wimmer Update c1visualizer to version compatible with Java 8
Sat, 19 Apr 2014 12:48:19 +0200 Doug Simon mx: unconditionally ensure mx injected dependencies are up to date in buildjmh command
Sat, 19 Apr 2014 00:41:04 +0200 Doug Simon mx: refactored JMH benchmark building and dependency creation out of 'jmh' into 'buildjmh' and 'makejmhdeps' respectively
Fri, 18 Apr 2014 13:40:31 +0200 Doug Simon mx: use server VM to build JMH
Fri, 18 Apr 2014 13:39:53 +0200 Doug Simon mx: show output of JMH build failure
Thu, 17 Apr 2014 16:18:40 +0200 Josef Eisl mx: improve unittest options parsing.
Thu, 17 Apr 2014 01:36:49 +0200 Doug Simon mx: improved jmh command to (a) look for JMH benchmarks in ../java-benchmarks, (b) omit building benchmarks if they are up to date and (c) offer better message with 'mx help jmh'
Tue, 15 Apr 2014 17:56:27 +0200 Josef Eisl mx: add unittest option --baseline-whitelist.
Tue, 15 Apr 2014 17:11:48 +0200 Josef Eisl mx: add unittest options.
Thu, 10 Apr 2014 12:49:19 +0200 Doug Simon remove the default -i, -wi and -f JMH options added by the jmh command
Thu, 10 Apr 2014 11:28:19 +0200 Doug Simon use -graal for running Maven since it has to be built anyway if micros-graal is included
Wed, 09 Apr 2014 23:48:22 +0200 Doug Simon add support for removing default JMH args (e.g., '{"-wi" : null, "-i" : null}')
Wed, 09 Apr 2014 18:52:04 +0200 Doug Simon revived verbose option in jmh command
Tue, 08 Apr 2014 16:04:59 +0200 Doug Simon added support for overriding/complementing JMH arguments in jmh command with a JSON string
Mon, 07 Apr 2014 22:20:23 +0200 Doug Simon jmh command ensures Maven is run with a Graal enabled VM
Mon, 07 Apr 2014 16:24:49 +0200 Doug Simon added graal.version system property that is (only) defined by Graal enabled VMs
Thu, 03 Apr 2014 20:54:30 +0200 Doug Simon moved Maven installation of Graal dependency from build to jmh command
Wed, 02 Apr 2014 10:05:08 +0200 Doug Simon GRAAL distribution now includes sources (graal.src.zip)
Tue, 01 Apr 2014 22:48:07 +0200 Doug Simon install graal.jar into local Maven repo if MAVEN_INSTALL_GRAAL_JAR environment variable is "true"
Tue, 01 Apr 2014 18:51:14 +0200 Doug Simon disabled current Checkstyle configurations (until Checkstyle supports Java8)
Mon, 31 Mar 2014 19:07:49 +0200 Josef Eisl Disable checkstyle in mx gate.
Fri, 28 Mar 2014 15:44:10 +0100 Bernhard Urban gate: use no tiered to test bootstrap, add scaladacapo-kiama (fastdebug)