log mx.jvmci/mx_jvmci.py @ 22627:e778e9aaed23

age author description
Tue, 29 Sep 2015 08:13:01 -0700 Stefan Anzinger Add support for SPARC/Linux
Fri, 25 Sep 2015 18:45:35 +0200 Christian Humer Remove source deployment.
Thu, 24 Sep 2015 20:51:57 -0700 Tom Rodriguez Minor -G option parsing fixes
Tue, 22 Sep 2015 23:14:18 +0200 Doug Simon set default jvmci.compiler property explicitly based on available suites
Tue, 22 Sep 2015 22:29:28 +0200 Doug Simon JVMCI options are now passed as individual -Djvmci.option.<name>=<value> arguments on the command line instead of -Djvmci.options=<multiple options settings separated by spaces>
Mon, 21 Sep 2015 17:18:57 +0200 Doug Simon avoid creating providers for unnamed JVMCI services
Tue, 15 Sep 2015 18:01:46 +0200 Gilles Duboscq Add mx_jvmci API to prepend ClasspathDependencies to the bootclasspath of the jvmci JDK
Tue, 08 Sep 2015 17:10:38 +0200 Doug Simon added support for embedding spaces in JVMCI options using % as the escape character (note: do not use with -G:, only with -Djvmci.option=...)
Mon, 07 Sep 2015 22:23:35 +0200 Doug Simon make processing of <jre>/lib/jvmci/*.properties file like other Java *.properties files in that the last definition of any propery "wins"
Fri, 04 Sep 2015 16:12:42 +0200 Doug Simon use public https urls
Thu, 03 Sep 2015 17:03:51 +0200 Doug Simon removed use of intermediate jvmci.options/ directory to create OptionDescriptors service files
Thu, 03 Sep 2015 14:47:36 +0200 Doug Simon revived support for specifying JVMCI options in <jre>/lib/jvmci/options
Mon, 31 Aug 2015 17:26:06 +0200 Doug Simon added JVMCI JDK factory; clarified distinction between VM aliases and real VMs; removed left-over "graal" references; rename 'vm' function to 'run_vm'
Sun, 30 Aug 2015 12:29:24 +0200 Doug Simon renamed get_jvmci_jdk to get_jvmci_jdk_dir and where relevant, variables named jdk to jdkDir
Sun, 30 Aug 2015 12:28:37 +0200 Doug Simon renamed 'installJars' parameter of get_jvmci_jdk to 'deployDists'
Fri, 28 Aug 2015 15:07:43 +0200 Josef Eisl mx jmh: quote forked vmArgs with spaces.
Thu, 27 Aug 2015 18:28:49 +0200 Doug Simon removed microbench command (use jmh command instead)
Fri, 21 Aug 2015 13:18:40 +0200 Christian Humer Add ability to define a source target folder for distribution deployments.
Thu, 20 Aug 2015 15:15:05 +0200 Roland Schatz Add comment to jvmci.properties file.
Thu, 20 Aug 2015 14:56:20 +0200 Roland Schatz Don't create empty jvmci/src/{s,r,c} directories in mx.
Mon, 17 Aug 2015 18:32:44 +0200 Roland Schatz Select default compiler from jvmci.compiler system property.
Mon, 17 Aug 2015 12:10:55 +0200 Stefan Anzinger Generate jvmci.make with all defined dependencies/bootclasspath regardless availability in the current enviornment
Wed, 12 Aug 2015 10:51:44 +0200 Doug Simon removed implication that -G options are going away
Mon, 10 Aug 2015 14:59:44 +0200 Doug Simon newestInput parameter to HotSpotBuildTask.needsBuild() is a TimeStampFile as of mx 5.3.3
Tue, 04 Aug 2015 23:46:37 +0200 Doug Simon moved JVMCI option parsing back into Java (missing bits)
Tue, 04 Aug 2015 00:47:34 +0200 Doug Simon moved JVMCI option parsing back into Java
Thu, 30 Jul 2015 17:09:15 +0200 Gilles Duboscq Set COMPILER_WARNINGS_FATAL=false during HotSpot build on MacOS
Tue, 28 Jul 2015 08:46:37 -0700 Gilles Duboscq Work on Windows build
Mon, 27 Jul 2015 17:19:42 +0200 Roland Schatz Fix name of gate task.
Mon, 27 Jul 2015 16:43:01 +0200 Roland Schatz Run only jvmci unit tests in gate.