log mx/commands.py @ 7155:c356cab093bc

age author description
Wed, 12 Dec 2012 21:55:50 +0100 Doug Simon added execution of the Graal API unittest with non-GraalVM HotSpot builds to the gate
Wed, 12 Dec 2012 21:36:40 +0100 Doug Simon changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
Fri, 16 Nov 2012 12:39:26 +0100 Doug Simon added support for dumping an address to symbol map (with -G:+PrintAddressMap) to translate addresses in disassembled output (via new '-m' option to the hcfdis command)
Thu, 15 Nov 2012 10:25:46 +0100 Laurent Daynes Avoids stripping libjvm.so when building debug on Solaris (.debuginfo files don't work well with Oracle Solaris Studio 12.3's solaris).
Mon, 12 Nov 2012 13:04:08 +0100 Laurent Daynes Added recursive chmod for cases where JAVA_HOME is not owned by graal workspace owner.
Fri, 09 Nov 2012 19:41:52 +0100 Laurent Daynes added setup of ENFORCE_COMPILER_REV and ENFORCE_CC_COMPILER_REV when using sunstudio compilers on Solaris to avoid build complaint from HotSpot makefiles.
Fri, 09 Nov 2012 16:28:38 +0100 Laurent Daynes remove debug printout.
Fri, 09 Nov 2012 15:23:35 +0100 Laurent Daynes Automatically add -d64 vm options when running graal
Wed, 24 Oct 2012 12:59:22 +0200 Laurent Daynes Make sure files in copy of JDK has write-protection unset before modifying it.
Tue, 23 Oct 2012 17:08:17 +0200 Laurent Daynes Added change to copied directory's protection when source JDK directories are read-only.
Sat, 20 Oct 2012 12:21:23 +0200 Doug Simon fixed detection of architecture on Snow Leopard and earlier versions of MacOSX
Fri, 19 Oct 2012 10:18:40 +0200 Laurent Daynes arch is i86pc on solaris x64 boxes.
Fri, 05 Oct 2012 09:48:01 +0200 Christian Haeubl Windows-specific fix for mx.
Thu, 04 Oct 2012 11:22:09 +0200 Doug Simon added projects table to the top level javadoc page generated by the site command
Wed, 03 Oct 2012 01:18:03 +0200 Doug Simon moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Fri, 07 Sep 2012 17:11:40 +0200 Gilles Duboscq Add a draft longtests command to mc's commands
Thu, 06 Sep 2012 16:51:47 +0200 Gilles Duboscq Gate : do not run tradesoap in fastdebug mode, do not run sunflow in product mode
Thu, 30 Aug 2012 15:33:08 +0200 Gilles Duboscq Warnings for windows build if there is no SDK
Tue, 28 Aug 2012 13:55:11 +0200 Doug Simon exclude TestPrograms from JaCoCo processing
Tue, 28 Aug 2012 11:09:14 +0200 Doug Simon consolidated jtt command into unittest command and removed need for explicit 'testHarness' property in 'projects' file
Wed, 22 Aug 2012 11:20:04 +0200 Doug Simon removed dependence on private java.lang.String internals in HexCodeFile
Tue, 21 Aug 2012 11:53:04 +0200 Doug Simon disabled zipping of lib*.debuginfo files to simplify debugging with gdb
Tue, 07 Aug 2012 21:44:53 -0700 Gilles Duboscq better JaCoCo : only include com.oracle.graal.* and com.oracle.max.*, exclude com.oracle.graal.jtt.*
Thu, 26 Jul 2012 17:47:09 +0200 Gilles Duboscq Apply jacoco coverage to all gate tests
Thu, 26 Jul 2012 17:08:54 +0200 Gilles Duboscq Add SPECjbb2005 to the benchmarks
Wed, 25 Jul 2012 13:06:52 +0200 Gilles Duboscq Add an option to launch the vm from a debugger in mx's commands
Fri, 20 Jul 2012 14:40:37 +0200 Gilles Duboscq Merge
Fri, 20 Jul 2012 14:40:17 +0200 Gilles Duboscq Make 'db' directory from JDK optional since it does not exists in all OpenJDK-based JDKs (cf. Icedtea)
Fri, 20 Jul 2012 01:54:56 +0200 Gilles Duboscq Make windows build work even if Visual Studio is not installed (only the Windows SDK is required)
Fri, 20 Jul 2012 12:54:02 +0200 Doug Simon removed the unreliable 'intro' command
Fri, 06 Jul 2012 15:31:48 +0200 Doug Simon added support for passing -tag option to javadoc to suppress warnings about unrecognized tags in javadoc comments
Thu, 05 Jul 2012 16:24:18 +0200 Doug Simon moved core site functionality into mx.py
Wed, 04 Jul 2012 22:01:03 +0200 Doug Simon Merge.
Wed, 04 Jul 2012 21:56:48 +0200 Doug Simon generalized functionality for finding classes based on searching for patterns in source code and moved it from commands.py to mx.py
Wed, 04 Jul 2012 13:55:03 +0200 Gilles Duboscq In gate command, allways build natives, use '-n' to avoid cleaning them only
Thu, 28 Jun 2012 15:36:28 +0200 Doug Simon prevented error during mx site from corrupting an existing site
Wed, 27 Jun 2012 18:44:47 +0200 Doug Simon small refinement to generated javadoc
Wed, 27 Jun 2012 18:21:49 +0200 Doug Simon generated jpg for link to svg version of dependency to accommodate Internet Explorer
Wed, 27 Jun 2012 18:06:03 +0200 Doug Simon added overview.html for each project and integrated it into the generated 'mx site' command
Wed, 27 Jun 2012 01:03:19 +0200 Doug Simon added site command to generate a javadoc-based website
Mon, 25 Jun 2012 12:17:58 +0200 Gilles Duboscq Adjust loop unroll policy a bit
Fri, 22 Jun 2012 11:35:11 +0200 Gilles Duboscq Split _vmLibDirInJdk into _vmLibDirInJdk and _vmCfgInJdk to account for Windows jdk layout
Tue, 19 Jun 2012 11:36:27 +0200 Doug Simon modified harness for running JUnit and JTT tests such that only projects declaring a 'testHarness' attribute in mx/projects are scanned for tests
Thu, 14 Jun 2012 12:28:20 +0200 Doug Simon hsdis library is downloaded into newly created Graal JDK
Thu, 07 Jun 2012 21:13:41 +0200 Gilles Duboscq Remove compilation restriction on run* methods in jtt, add Object::<init> to the compiled method to test escape analysis
Thu, 07 Jun 2012 09:47:35 +0200 Doug Simon minor improvement to annotation search function
Wed, 06 Jun 2012 18:04:07 +0200 Doug Simon folded -G:+CheckcastCounters functionality into checkcast snippets
Wed, 23 May 2012 15:28:17 +0200 Gilles Duboscq Enable fastdebug server configuration in gate
Wed, 23 May 2012 12:11:27 +0200 Doug Simon removed double declaration of _vmbuild global variable in gate command
Wed, 23 May 2012 12:06:44 +0200 Doug Simon added execution of DaCapo_pmd by [server|client]+[product|fastdebug] to the gate
Tue, 15 May 2012 16:26:55 +0200 Gilles Duboscq better compile commands for JTTs (compile all methods from jtt except run* methods)
Tue, 08 May 2012 22:51:36 +0200 Doug Simon build JaCoCo exclude list by scanning for snippets
Wed, 25 Apr 2012 12:01:52 +0200 Gilles Duboscq Pass -v argument to SPECjvm2008 harness
Fri, 20 Apr 2012 15:03:02 +0200 Lukas Stadler Merge
Thu, 19 Apr 2012 14:47:10 +0200 Lukas Stadler fix "mx intro"
Fri, 20 Apr 2012 14:10:57 +0200 Doug Simon added 'vmg' and 'vmfg' commands to mx as convenient aliases for running the debug and fastdebug builds of the selected VM
Tue, 17 Apr 2012 13:38:28 +0200 Doug Simon added hcfdis command
Fri, 13 Apr 2012 23:57:07 +0200 Doug Simon ignore src/share/tools directory in native build out-of-date check
Fri, 13 Apr 2012 15:26:08 +0200 Doug Simon skip a native build if all files in src and make are older than the timestamp of the previous build
Thu, 12 Apr 2012 15:58:05 +0200 Doug Simon Merge.