log mx.graal/suite.py @ 22917:be55d92d4cb6

age author description
Sun, 01 Nov 2015 10:59:29 +0100 Doug Simon a dependency on MatchProcessor requires a dependency on ServiceProviderProcessor
Sat, 31 Oct 2015 12:49:00 +0100 Doug Simon revert javaCompliance for Graal projects to 1.8
Fri, 30 Oct 2015 15:47:56 +0100 Doug Simon use JVMCI (compile time) library instead of jvmci suite when default JDK is JDK9
Thu, 29 Oct 2015 17:49:30 +0100 Stefan Rumzucker Add basic functionality for debug dumps via Salver trace events.
Thu, 29 Oct 2015 17:26:07 +0100 Gilles Duboscq Update graal version
Thu, 29 Oct 2015 16:29:42 +0100 Roland Schatz Unit test for error conditions in JVMCI code installer.
Thu, 29 Oct 2015 13:32:53 +0100 Stefan Anzinger Update jvmci import version
Wed, 28 Oct 2015 14:07:45 -0700 Tom Rodriguez updated imported jvmci version
Wed, 28 Oct 2015 18:47:22 +0100 Andreas Woess update truffle import
Tue, 27 Oct 2015 14:09:17 +0100 Doug Simon updated jvmci import
Mon, 26 Oct 2015 18:27:19 +0100 Doug Simon updated truffle import
Mon, 26 Oct 2015 00:07:23 +0100 Doug Simon specify tag="default" in call to mx.get_jdk()
Sun, 25 Oct 2015 10:50:06 +0100 Doug Simon updated jvmci import
Sat, 24 Oct 2015 00:49:18 +0200 Doug Simon made Graal work on a JDK9 image without needing the jvmci mx suite or extensions
Thu, 22 Oct 2015 16:21:29 +0200 Roland Schatz Remove GraalRuntimeAccess mechanism, and move Graal singleton class to test project.
Thu, 22 Oct 2015 16:00:44 +0200 Roland Schatz Avoid using Graal singleton in Truffle initialization.
Wed, 21 Oct 2015 16:20:23 +0200 Roland Schatz API to get the GraalRuntime of the JVMCI system compiler.
Thu, 22 Oct 2015 12:56:40 +0200 Doug Simon made inlined method recording unconditional during compilation
Wed, 21 Oct 2015 21:38:13 -0700 Tom Rodriguez Update jvmci import
Wed, 21 Oct 2015 23:56:19 +0200 Doug Simon moved Graal compiler options from JVMCI to GraalCompilerOptions
Wed, 21 Oct 2015 09:22:42 -0700 Christian Wimmer Update graal-compiler version
Wed, 21 Oct 2015 15:21:00 +0200 Stefan Anzinger Update jvmci import version
Wed, 21 Oct 2015 14:05:46 +0200 Roland Schatz Update jvmci import: Rename Compiler to JVMCICompiler. graal-0.9
Wed, 21 Oct 2015 12:52:32 +0200 Christian Humer Update jvmci/truffle.
Wed, 21 Oct 2015 12:11:33 +0200 Roland Schatz Remove unused class.
Tue, 20 Oct 2015 18:32:23 +0200 Christian Humer Update Truffle version.
Tue, 20 Oct 2015 02:47:42 +0200 Christian Humer Adopt new Truffle version.
Fri, 16 Oct 2015 13:54:56 +0200 Roland Schatz Update jvmci import: Move VirtualStackSlot from JVMCI to Graal and remove referenceMapIndex.
Fri, 16 Oct 2015 00:18:47 +0200 Doug Simon made ShowFlags and PrintFlags denote which options had their value explicitily set (like -XX:+PrintFlagsFinal does)
Thu, 15 Oct 2015 16:32:43 +0200 Christian Humer Adopt latest truffle versions in Graal.