log

age author description
Wed, 12 Nov 2014 10:39:39 +0100 Doug Simon made InvokeTarget and ForeignCallsProvider extend Remote
Wed, 12 Nov 2014 10:38:34 +0100 Doug Simon removed DeepFieldsEquals utility
Wed, 12 Nov 2014 10:36:30 +0100 Doug Simon implemented .equals() for CompilationResult and the objects it encapsulates
Tue, 11 Nov 2014 14:30:55 -0800 Tom Rodriguez Class._array_klass is not immutable
Tue, 11 Nov 2014 12:45:26 -0800 Tom Rodriguez More folding of constant classes and NodeClass references
Tue, 11 Nov 2014 15:15:19 +0100 Danilo Ansaloni Truffle: increased the default TruffleTimeThreshold from 5s to 25s. This should be backed out once we have OSR.
Tue, 11 Nov 2014 14:24:21 +0100 Andreas Woess Probe interface should extend NodeInterface
Tue, 11 Nov 2014 13:37:42 +0100 Doug Simon ignore non-existing special static fields
Tue, 11 Nov 2014 11:45:23 +0100 Doug Simon made replay compilation test failures less verbose
Tue, 11 Nov 2014 11:43:27 +0100 Doug Simon perform both capturing and replay when testing replay compilation and use deep object graph comparison to test compilation results
Tue, 11 Nov 2014 10:48:27 +0100 Doug Simon mx: ignore --fail-fast option to unittest if a single test method is specified
Tue, 11 Nov 2014 10:06:24 +0100 Gilles Duboscq ConditionalElimination: only clear the state on loop exits if the graph needs to remain in loop closed form
Mon, 10 Nov 2014 19:29:08 +0100 Andreas Woess Truffle: add NodeInterface and require that all child fields be of this type
Mon, 10 Nov 2014 19:08:52 +0100 Andreas Woess Truffle: remove obsolete node
Mon, 10 Nov 2014 19:03:06 +0100 Andreas Woess Truffle: fix stable array canonicalization
Mon, 10 Nov 2014 20:23:05 +0100 Doug Simon fixed toString() for JavaConstants
Mon, 10 Nov 2014 20:16:12 +0100 Doug Simon Merge.
Mon, 10 Nov 2014 18:18:42 +0100 Doug Simon Merge.
Mon, 10 Nov 2014 18:16:21 +0100 Doug Simon mx: added --fail-fast option to unittest that stops Junit after first input class causing a test failure
Mon, 10 Nov 2014 18:13:01 +0100 Doug Simon be verbose about replay compilation test failure
Mon, 10 Nov 2014 17:28:38 +0100 Doug Simon removed annotation denoting which proxied invocations have their results cached (for now, all results are cached)
Sun, 09 Nov 2014 17:01:15 +0100 Doug Simon removed *Impl types in signatures of Remote interfaces
Sun, 09 Nov 2014 16:59:10 +0100 Doug Simon IntegerStamp.constant only returns a single value stamp for PrimitiveConstants
Sun, 09 Nov 2014 16:56:36 +0100 Doug Simon fixed NullConstant.equals to handle NullConstant not being a singleton
Fri, 07 Nov 2014 22:18:17 +0100 Doug Simon converted JavaConstant to an interface
Fri, 07 Nov 2014 22:00:11 +0100 Doug Simon (re)converted Value to an interface
Mon, 10 Nov 2014 18:32:32 +0100 Gilles Duboscq Fix HotSpotCodeCacheProvider.disassemble
Mon, 10 Nov 2014 17:14:06 +0100 Doug Simon made LocationIdentity values support .equals() instead of identity (i.e. '==') for equality comparisons (and as hash map keys)
Mon, 10 Nov 2014 16:49:41 +0100 Doug Simon fixed reference in javadoc
Mon, 10 Nov 2014 11:24:22 +0100 Josef Eisl MethodCallTargetNode: replace StampFactory.declared() with StampFactory.declaredNonNull().