log mx.jvmci/suite.py @ 23720:286b19732922

age author description
Sat, 02 Jul 2016 00:48:02 +0200 Doug Simon update required mx version
Wed, 15 Jun 2016 00:00:41 +0200 Doug Simon fix HotSpotVMConfig startup performance (JDK-8159167)
Mon, 30 May 2016 22:56:59 +0200 Doug Simon make JVMCI JDK immutable and sharable among different JVMCI clients
Wed, 25 May 2016 20:42:33 +0200 Doug Simon added dependency from hotspot to jdk.vm.ci.hotspot to ensure HotSpotVMConfig.inline.hpp is built before hotspot is compiled jvmci-0.9
Thu, 12 May 2016 20:57:31 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835)
Thu, 12 May 2016 11:06:49 +0200 Doug Simon Backed out changeset: a920338dd4d4
Wed, 11 May 2016 15:54:36 +0200 Doug Simon remove JVMCIError and UnsafeUtil classes (JDK-8156759)
Mon, 09 May 2016 16:34:20 +0200 Doug Simon added JVMCIPermission (JDK-8155023)
Mon, 04 Apr 2016 22:42:53 +0200 Doug Simon register DEFAULT_VM as env var to be captured in IDE configs
Fri, 11 Mar 2016 16:53:36 +0100 Doug Simon add support for MX_ALT_OUTPUT_ROOT
Wed, 30 Dec 2015 17:55:07 +0100 Doug Simon removed @ServiceProvider mechanism (GRAAL-1380)
Thu, 24 Dec 2015 09:50:27 -1000 twisti 8143072: [JVMCI] Port JVMCI to AArch64
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Wed, 21 Oct 2015 22:45:57 +0200 Doug Simon removed Graal compiler options from JVMCICompiler
Wed, 21 Oct 2015 13:47:47 +0200 Roland Schatz Rename Compiler to JVMCICompiler and expose it from JVMCIRuntime.