log

age author description
Thu, 09 Oct 2014 11:32:21 -0700 Tom Rodriguez fix privileged check for Stable
Thu, 09 Oct 2014 16:30:49 +0200 Doug Simon Merge.
Thu, 09 Oct 2014 16:18:14 +0200 Doug Simon removed suite_helper.py and inlined common maven URL prefix
Thu, 09 Oct 2014 15:58:08 +0200 Doug Simon be more verbose about class resolution during CTW
Thu, 09 Oct 2014 15:57:36 +0200 Doug Simon made HotSpotConstantPool.loadReferencedType handle attempts to resolve constant pool indexes that do not refer to a type
Thu, 09 Oct 2014 15:54:53 +0200 Doug Simon added table to speed up mapping JVM_CONSTANT tag value to JVM_CONSTANT enum object
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:44:19 +0200 Lukas Stadler default allocation profiling to AllocatedTypes
Thu, 09 Oct 2014 14:43:52 +0200 Lukas Stadler only optimize identity-less comparisons for Integer and Long
Thu, 09 Oct 2014 13:26:17 +0200 Lukas Stadler make Truffle Node parent @CompilationFinal, let getEncapsulatingSourceSection evaluate at compile time
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 13:19:31 +0200 Christian Wirth Merged
Thu, 09 Oct 2014 13:19:11 +0200 Christian Wirth Fix Windows compile error around OrderedPair in superword.hpp (C2 change!)
Thu, 09 Oct 2014 12:10:00 +0200 Paul Woegerer mxtools: automatically set system property https proxy
Thu, 09 Oct 2014 09:48:16 +0200 Paul Woegerer Make downloads from maven more reliable and secure
Thu, 09 Oct 2014 09:05:43 +0200 Lukas Stadler dump "After TruffleTier" at log level 1
Wed, 08 Oct 2014 10:50:18 +0200 Lukas Stadler make Truffle Node source section @CompilationFinal
Wed, 08 Oct 2014 10:49:53 +0200 Lukas Stadler correct IfNode probabilities in If-Deopt situations
Wed, 08 Oct 2014 10:49:08 +0200 Lukas Stadler BailoutException should default to a permanent error
Thu, 09 Oct 2014 00:23:17 +0200 Doug Simon Merge.
Thu, 09 Oct 2014 00:20:30 +0200 Doug Simon mx: simplified ctw command
Thu, 09 Oct 2014 00:20:19 +0200 Doug Simon CompileTheWorld compilations are no longer installed as default nmethods
Wed, 08 Oct 2014 11:52:00 -0700 Tom Rodriguez Be more aggressive about sharing of debug info
Wed, 08 Oct 2014 11:50:00 -0700 Tom Rodriguez Deduplicate constant oops during code installation
Wed, 08 Oct 2014 11:48:00 -0700 Tom Rodriguez OopRecorder should check for duplicates
Wed, 08 Oct 2014 11:46:00 -0700 Tom Rodriguez print InstanceKlass information when graalJavaAccess can't find a field
Wed, 08 Oct 2014 11:44:00 -0700 Tom Rodriguez Track code installation time
Wed, 08 Oct 2014 11:41:24 -0700 Tom Rodriguez LogCompilation should print metadata offset
Wed, 08 Oct 2014 17:38:54 +0200 Bernhard Urban sl inlining test: override default setting for max caller size to a smaller value
Wed, 08 Oct 2014 12:18:57 +0200 Roland Schatz Update op fields when inferring stamps for arithmetic nodes.