log

age author description
Tue, 08 May 2012 16:10:00 +0200 Doug Simon expanded formatting of array CiConstants to show contents of the array
Tue, 08 May 2012 15:52:01 +0200 Doug Simon pulled AbstractStateSplit into FixedWithNextNode and made it no longer implement StateSplit. StateSplit is now implemented only by nodes that really have side effects.
Mon, 07 May 2012 11:40:44 +0200 Doug Simon lowering checkcasts with Java snippets (incomplete)
Mon, 07 May 2012 11:34:16 +0200 Doug Simon moved creation of a RiCodeInfo to the runtime side of the CRI
Mon, 07 May 2012 11:08:58 +0200 Doug Simon added thread name to debug info message
Fri, 04 May 2012 16:54:27 +0200 Doug Simon canonicalize load from a compile-constant, immutable array
Fri, 04 May 2012 16:52:58 +0200 Doug Simon extended canonicalization so that a caller can specify a CiConstant value is an immutable object or array
Fri, 04 May 2012 16:38:38 +0200 Doug Simon removed product and debug configurations from hotspot CDT project config
Fri, 04 May 2012 12:08:05 +0200 Gilles Duboscq Add verification in NullCheckNode and AccessFieldNode
Fri, 04 May 2012 12:08:00 +0200 Gilles Duboscq Fix : in peeling, while merging early exits, transfer all anchored nodes from the exit to the merge
Thu, 03 May 2012 15:43:03 +0200 Gilles Duboscq Fix : There can be proxies in the virtual chain
Thu, 03 May 2012 15:19:16 +0200 Gilles Duboscq Merge
Thu, 03 May 2012 15:19:11 +0200 Gilles Duboscq Fix merge
Thu, 03 May 2012 11:05:46 +0200 Gilles Duboscq Merge
Fri, 27 Apr 2012 13:13:06 +0200 Gilles Duboscq rename CiKind.toUnboxedJavaClass to toBoxedJavaClass
Fri, 27 Apr 2012 12:14:47 +0200 Gilles Duboscq Merge
Fri, 27 Apr 2012 12:14:38 +0200 Gilles Duboscq Fix a peeling-escape analysis related problem that was causin LinearScan bailouts (merge virtual chains when merging ends of the peeled code)
Thu, 03 May 2012 13:39:45 +0200 Doug Simon added mechanism (enabled by -G:PICache and -G:PiFilter) for saving/loading method profiling info to/from disk
Wed, 02 May 2012 18:23:12 +0200 Doug Simon fixed bug in use of CheckcastMinHintHitProbability
Wed, 02 May 2012 18:04:36 +0200 Doug Simon moved RiResolvedMethod.dumpProfile() to CiUtil.profileAsString()
Wed, 02 May 2012 17:09:00 +0200 Doug Simon added GraalOptions.CheckcastMinHintHitProbability to better guide use of hints for checkcasts
Wed, 02 May 2012 16:32:00 +0200 Lukas Stadler test case for the InstanceOfNode canonicalizer fix
Wed, 02 May 2012 15:08:41 +0200 Lukas Stadler Merge
Wed, 02 May 2012 14:56:07 +0200 Lukas Stadler changes to canonicalizer log output
Wed, 02 May 2012 14:55:51 +0200 Lukas Stadler use PiNodes instead of CheckCastNodes to pin inlining receivers, remove emitCode flag
Wed, 02 May 2012 14:53:20 +0200 Lukas Stadler fix canonicalization of InstanceOfNode
Wed, 02 May 2012 14:47:04 +0200 Lukas Stadler change PiNode to anchor on any FixedNode, not only BeginNodes
Wed, 02 May 2012 14:45:56 +0200 Lukas Stadler re-enable graph caching and the priority compilation queue
Wed, 02 May 2012 14:39:45 +0200 Doug Simon types profiles are now sorted in descending order of each profiled type's probability
Wed, 02 May 2012 12:59:59 +0200 Lukas Stadler turn off priority compilation queue
Wed, 02 May 2012 11:31:53 +0200 Doug Simon expanded analysis of compiled checkcast code paths
Tue, 01 May 2012 15:20:49 -0700 Thomas Wuerthinger Clean up. Removed unused UnscheduleNodes iterator.
Tue, 01 May 2012 18:35:32 +0200 Doug Simon replaced magic constants with GraalOptions.CheckcastMaxHints and GraalOptions.InstanceOfMaxHints
Tue, 01 May 2012 10:53:56 +0200 Doug Simon added -G:+CheckcastCounters to profile the paths taken through a compiled checkcast
Mon, 30 Apr 2012 20:40:40 +0200 Doug Simon removed XIR support for arraycopy
Mon, 30 Apr 2012 20:28:49 +0200 Doug Simon log file (i.e. -G:LogFile=log.txt option) now used for TTY output as well
Mon, 30 Apr 2012 20:26:47 +0200 Doug Simon added address and offset to description of a compiled Java frame in a hs_err stack dump
Mon, 30 Apr 2012 20:15:20 +0200 Doug Simon introduced HotSpotKlassOop type to convey a klassOop value from the compiler to the C++ code instead of relying on the C++ code automagically converting a HotSpotTypeResolvedImpl value to a klassOop
Mon, 30 Apr 2012 15:41:14 +0200 Doug Simon added toString() method to StructuredGraph
Mon, 30 Apr 2012 14:13:47 +0200 Doug Simon documented the reason for the NodeClassSnippets being written
Mon, 30 Apr 2012 13:52:45 +0200 Doug Simon the phase plan used whether compiling via HotSpotRuntime.compileMethod() or VMToCompilerImpl.compileMethod() is now the same
Mon, 30 Apr 2012 13:34:06 +0200 Doug Simon rename and generalize: LIRGeneratorTool.emitCallToRuntime(CiRuntimeCall, ...) -> LIRGeneratorTool.emitCall(Object target, CiKind returnKind, CiKind[] parameterKinds, ...)
Mon, 30 Apr 2012 13:25:59 +0200 Doug Simon removed empty javadoc for generated serialVersionUID fields
Mon, 30 Apr 2012 13:16:48 +0200 Doug Simon rename: AMD64LIRLowerable -> LIRGenLowerable
Mon, 30 Apr 2012 10:11:27 +0200 Lukas Stadler turn off graph caching
Fri, 27 Apr 2012 12:56:39 -0700 Christian Wimmer Method entry counters: Enable the flag to collect an execution profile of compiled methods and their callers. This allows to, e.g., detect methods that should be inlined because they are called frequently.
Fri, 27 Apr 2012 12:05:33 -0700 Christian Wimmer Call large method that contains only assertions under assert-statements to avoid call in product mode.
Fri, 27 Apr 2012 12:04:28 -0700 Christian Wimmer Consistent output of inlining decisions. Make all inlining decisions be printable using -G:Log=InliningDecisions
Fri, 27 Apr 2012 13:12:39 +0200 Doug Simon undid fix for non-issue in checkcast/instanceof XIR snippets
Fri, 27 Apr 2012 11:16:43 +0200 Lukas Stadler set exactType only if object is known to be non-null
Fri, 27 Apr 2012 11:16:17 +0200 Lukas Stadler Visualizer: display long properties correctly, "!InstanceOf" for negated InstanceOfNodes
Fri, 27 Apr 2012 11:15:16 +0200 Lukas Stadler add leafGraphId to AccessFieldNode
Thu, 26 Apr 2012 14:35:25 +0200 Lukas Stadler Merge
Thu, 26 Apr 2012 14:27:00 +0200 Lukas Stadler get rid of compiler warning in jtt.loop.LoopLastIndexOf
Thu, 26 Apr 2012 14:19:04 +0200 Lukas Stadler Merge
Thu, 26 Apr 2012 14:18:17 +0200 Lukas Stadler moved GraphCache to platform specific part, solved class unloading problem
Wed, 25 Apr 2012 14:57:40 +0200 Lukas Stadler small change to scope log output
Thu, 26 Apr 2012 13:59:33 +0200 Gilles Duboscq Merge
Thu, 26 Apr 2012 13:59:12 +0200 Gilles Duboscq In canonicalizer, when cleaning node with no usages, use a better definition of 'floating' node
Thu, 26 Apr 2012 13:57:35 +0200 Gilles Duboscq Update the coloring filter for IGV