log mx/mx_graal.py @ 18888:31960077ea9d

age author description
Wed, 21 Jan 2015 12:02:35 +0100 Paul Woegerer Specify jacoco project includes/excludes in suite.py
Wed, 21 Jan 2015 11:43:22 +0100 Gilles Duboscq Fix mx igv: do not use Java < 1.8, handle the case where no JDKs are supported. Give some hints when the igv ant build fails.
Sat, 17 Jan 2015 11:26:18 +0100 Doug Simon mx: added support for Jython 2.7b3 and made ordering in generated files more deterministic\nContributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Wed, 14 Jan 2015 09:53:38 -0800 Tom Rodriguez Add --lldb option like --gdb
Tue, 13 Jan 2015 19:48:15 +0100 Josef Eisl Reenable baseline tests in gate (backed out changeset 209c60cf3ea2)
Mon, 12 Jan 2015 10:25:44 +0100 Thomas Wuerthinger Disable baseline tests in gate.
Thu, 08 Jan 2015 10:20:07 -0800 Tom Rodriguez client-nograal is supported on Mac
Fri, 19 Dec 2014 12:42:00 -0800 Tom Rodriguez Properly chmod files modified when creating JDK image
Wed, 17 Dec 2014 20:00:44 -0800 Tom Rodriguez prefer exact class matches when searching for unit tests with method name
Thu, 18 Dec 2014 13:10:23 +1000 Doug Simon put GeneratedSourcesSha1 into com.oracle.graal.hotspot.sourcegen package
Thu, 18 Dec 2014 12:10:11 +1000 Doug Simon improved documentation around the mechanism for generating graalRuntime.inline.hpp
Fri, 05 Dec 2014 19:13:26 +0100 Doug Simon mx: fixed format string
Fri, 05 Dec 2014 08:20:06 +0100 Doug Simon mx: converted format strings to be python 2.6 compliant
Thu, 04 Dec 2014 13:41:59 +0100 Doug Simon mx: run findbugs with the appropriate jdk
Thu, 04 Dec 2014 10:51:25 +0100 Josef Eisl mx gate: execute unittests with --fail-fast option.
Wed, 03 Dec 2014 16:07:22 +0100 Doug Simon mx: changes towards supporting python 2.6 for call to mx from make/Makefile
Wed, 03 Dec 2014 16:02:36 +0100 Doug Simon mx: removed unused _read_projects_file function
Wed, 19 Nov 2014 13:10:24 +0100 Doug Simon fixed support for IDE_BUILD_TARGET
Wed, 12 Nov 2014 14:49:42 +0100 Doug Simon fixed pylint issue
Wed, 12 Nov 2014 12:55:21 +0100 Doug Simon made HotSpotCodeCacheProvider attempt to load and use the hcfdis tool
Mon, 10 Nov 2014 18:18:42 +0100 Doug Simon Merge.
Mon, 10 Nov 2014 18:16:21 +0100 Doug Simon mx: added --fail-fast option to unittest that stops Junit after first input class causing a test failure
Fri, 07 Nov 2014 09:44:15 -0800 Tom Rodriguez fix mx warning
Tue, 04 Nov 2014 13:08:52 +0100 Bernhard Urban mx: set initial value for flag
Fri, 31 Oct 2014 11:24:02 -0700 Tom Rodriguez Suppress menubar for GraalJUnitCore on Mac
Wed, 29 Oct 2014 19:54:50 +0100 Andreas Woess mx jol: let user select from found classes, skip duplicates
Fri, 24 Oct 2014 16:18:10 +0200 Doug Simon re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
Thu, 16 Oct 2014 08:51:26 -0700 Bernhard Urban mx/unittest: fix cygwin path issue
Thu, 16 Oct 2014 17:07:38 +0200 Gilles Duboscq IGV build: blacklist all JDKs from 8u20 included to 8u40 excluded
Thu, 16 Oct 2014 14:29:01 +0200 Bernhard Urban gate: don't build server-nograal on windows (the build configuration doesn't exist yet)
Thu, 16 Oct 2014 14:23:04 +0200 Bernhard Urban jacoco: disable it for com.oracle.graal.truffle* projects
Thu, 16 Oct 2014 13:51:28 +0200 Doug Simon mx: improved ctw command usage message and made the default value for --ctwopts be "-Inline"
Tue, 14 Oct 2014 17:46:18 +0200 Bernhard Urban mx: implement with support for Task()
Tue, 14 Oct 2014 17:33:51 +0200 Bernhard Urban mx igv: make a copy of env and fix minor cygwin path issue
Fri, 10 Oct 2014 11:33:48 +0200 Doug Simon use -G:CompileTheWorldClasspath instead of -Xbootclasspath/p when doing Graal CTW on a Graal enabled VM
Thu, 09 Oct 2014 15:51:34 +0200 Doug Simon mx: specify jar of classes differently depending on whether Graal is hosted or not
Thu, 09 Oct 2014 14:51:39 +0200 Bernhard Urban mx/igv: fallback mechanism to work around a javac bug in jdk8u20
Thu, 09 Oct 2014 00:20:30 +0200 Doug Simon mx: simplified ctw command
Tue, 07 Oct 2014 16:26:29 +0200 Bernhard Urban mx: reduce size of exculde command line argument and fold it into package-star expressions
Tue, 07 Oct 2014 11:42:41 +0200 Doug Simon support distributions in pom.mxdeps files
Fri, 03 Oct 2014 11:10:35 +0200 Doug Simon mx: added -XX:-UseGraalClassLoader to JMH executions
Thu, 02 Oct 2014 08:43:58 -0700 Bernhard Urban mx: convert path for unittest file on cygwin
Thu, 02 Oct 2014 06:33:16 -0700 Bernhard Urban mx: force installation of distrubtion on windows
Thu, 02 Oct 2014 05:23:02 -0700 Bernhard Urban mx: buildvms should inherit verbosity
Wed, 01 Oct 2014 21:13:50 +0200 Doug Simon force USE_CLANG when building on MacOS
Tue, 30 Sep 2014 10:05:30 +0200 Bernhard Urban mx: rename helper functions for cygwin support and update comments
Fri, 26 Sep 2014 04:53:13 -0700 Bernhard Urban mx: add support for cygwin
Thu, 04 Sep 2014 20:12:10 +0200 Gilles Duboscq mx: fix default handling of vm config and build type
Thu, 04 Sep 2014 22:34:03 +0200 Doug Simon mx: added ctw command to simplify executing CompileTheWorld
Tue, 02 Sep 2014 14:47:10 +0200 Bernhard Urban mx: support different name for jvm.cfg
Tue, 02 Sep 2014 14:46:50 +0200 Bernhard Urban mx: add helper for determine jli location
Tue, 02 Sep 2014 14:45:51 +0200 Bernhard Urban mx: move get_arch() to mxtool
Wed, 27 Aug 2014 17:43:48 +0200 Josef Eisl mx: add unittest --blacklist.
Wed, 27 Aug 2014 15:36:16 +0200 Josef Eisl mx: skip downloading hsdis if not available.
Mon, 25 Aug 2014 12:57:49 +0200 Doug Simon add support for installing distribution jars into jre/lib/ext directory
Sat, 23 Aug 2014 00:50:44 +0200 Doug Simon formalized the set of distribution jars that are installed into the JDK to ensure both mx and the HotSpot make system do the necessary deployment
Wed, 20 Aug 2014 17:10:13 +0200 Gilles Duboscq truffle.jar should always be on the bootclasspath regardless of the 'graal' status of the vm.
Thu, 21 Aug 2014 12:01:35 +0200 Doug Simon fixed regression when building original VM without a Java build beforehand
Tue, 19 Aug 2014 17:30:28 +0200 Danilo Ansaloni mx: add argument for permissions to copyToJdk()
Tue, 19 Aug 2014 15:14:06 +0200 Bernhard Urban mx: fix release tag detection for -dev suffix