log mx.jvmci/mx_jvmci.py @ 23311:54b4e75c6088

age author description
Mon, 22 Feb 2016 14:14:37 +0100 Doug Simon added get_jvmci_hotspot_version and get_jdk_hotspot_version to respectively query the HotSpot version JVMCI is based on and the version in the bootstrap JDK
Tue, 09 Feb 2016 18:22:34 +0100 Roland Schatz Fix bug in deploy_binary.
Tue, 09 Feb 2016 17:47:27 +0100 Roland Schatz Deploy all JVM_{product,fastdebug}_{jvmci,server} variants.
Thu, 04 Feb 2016 14:59:52 +0100 Stefan Anzinger Disable GCCs ipa-cp-clone predictive-commoning on SPARC/Linux
Wed, 03 Feb 2016 19:03:02 +0100 Stefan Anzinger Disable gcc tree-ccp on SPARC/Linux wich makes problems with G1GC
Thu, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Tue, 19 Jan 2016 11:55:30 +0100 Doug Simon added JVMCI_VERSION constant
Fri, 15 Jan 2016 16:17:37 +0100 Doug Simon rename classes to denote jvmci version
Tue, 12 Jan 2016 15:03:56 +0100 Doug Simon register JVMCIJDKFactory at module load time
Wed, 30 Dec 2015 17:55:07 +0100 Doug Simon removed @ServiceProvider mechanism (GRAAL-1380)
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Thu, 12 Nov 2015 12:12:38 +0100 Paul Woegerer In 'def run_java()' add missing forwarding of timeout argument
Tue, 10 Nov 2015 23:16:06 +0100 Doug Simon made JVMCI providers available as a normal services to avoid need for recompiling Graal jars to deploy them on JDK9
Fri, 06 Nov 2015 12:48:05 +0100 Gilles Duboscq Fix hotspot build task: needsBuild should check ProjectBuildTask.needsBuild
Fri, 30 Oct 2015 12:28:17 +0100 Gilles Duboscq Use mx.ensure_dir_exists rather than os.makedirs to avoid races
Sun, 25 Oct 2015 10:49:26 +0100 Doug Simon mx: exclude JVMCI jars from unit test class path
Mon, 19 Oct 2015 18:41:25 -0700 Tom Rodriguez Remove debug output from mx_jvmci.py
Mon, 19 Oct 2015 18:21:56 +0200 Gilles Duboscq Fix release file patching
Tue, 13 Oct 2015 17:59:52 +0200 Stefan Anzinger Disable instruction scheduling in cpCache.o on SPARC/Linux
Mon, 12 Oct 2015 08:47:39 -0700 Stefan Anzinger ConstantPoolCacheEntry::set_field avoid rescheduling store f1/f2 and store of bytecodes by the compiler (Store/Store)
Sun, 11 Oct 2015 14:18:22 +0200 Doug Simon moved unzipped c1visualizer distribution and downloaded hsdis to mxbuild/ directory
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Thu, 08 Oct 2015 18:04:25 +0200 Gilles Duboscq Pass ARCH_DATA_MODEL to make clean
Thu, 08 Oct 2015 05:19:44 -0700 Stefan Anzinger Disable GCCs tree-bit-ccp on SPARC/Linux
Wed, 07 Oct 2015 12:49:00 -0700 Stefan Anzinger Disable gccs schedule-insns optimization on Linux/SPARC which causes memory problems
Tue, 06 Oct 2015 09:40:59 -0700 Stefan Anzinger Disable GCCs loop-distribution-pattern on SPARC/Linux which break the HotSpot interpreter
Fri, 02 Oct 2015 08:16:04 -0700 Stefan Anzinger Ignore verification jvmci.make on SPARC gate
Fri, 02 Oct 2015 06:21:31 -0700 Stefan Anzinger Fix download for hsdis on Linux/SPARC
Thu, 01 Oct 2015 18:48:05 +0200 Gilles Duboscq Use make clean to clean hotspot build
Tue, 29 Sep 2015 08:13:01 -0700 Stefan Anzinger Add support for SPARC/Linux