log

age author description
Tue, 09 Apr 2013 19:25:20 +0200 Gilles Duboscq Remove some System.(out|err).print...
Tue, 09 Apr 2013 19:24:39 +0200 Gilles Duboscq Do not skip a checkstyle test on the next run if it does not succeed in the current run
Tue, 09 Apr 2013 16:28:19 +0200 Gilles Duboscq Move framestate assignement to the hir
Tue, 09 Apr 2013 16:27:59 +0200 Gilles Duboscq Add a deoptState for invokes so that they can loose their stateAfter
Tue, 09 Apr 2013 16:26:39 +0200 Gilles Duboscq Add missing updateUsages calls
Tue, 09 Apr 2013 18:08:57 +0200 Doug Simon Merge.
Tue, 09 Apr 2013 18:05:12 +0200 Doug Simon making use of negative types in the type check profile associated with an instanceof
Tue, 09 Apr 2013 17:38:33 +0200 Doug Simon fixed bug in transformation of a type check profile into type check hints
Tue, 09 Apr 2013 17:37:17 +0200 Doug Simon extra InstanceOf tests
Tue, 09 Apr 2013 15:59:15 +0200 Doug Simon modified (some) checks in SchedulePhase to raise a SchedulingError instead of an AssertionError
Tue, 09 Apr 2013 13:30:54 +0200 Doug Simon made format of toString() consistent across HotSpot subclasses of JavaField and JavaMethod
Tue, 09 Apr 2013 17:25:02 +0200 Andreas Woess Merge
Tue, 09 Apr 2013 17:23:32 +0200 Andreas Woess draft call site target value assumption
Tue, 09 Apr 2013 17:20:29 +0200 Andreas Woess canonicalize constant call site target
Tue, 09 Apr 2013 17:11:17 +0200 Andreas Woess add basic invokedynamic support
Tue, 09 Apr 2013 15:26:29 +0200 Thomas Wuerthinger Move tests into *.test packages.
Tue, 09 Apr 2013 14:42:31 +0200 Thomas Wuerthinger Merge.
Tue, 09 Apr 2013 13:00:02 +0200 Thomas Wuerthinger Small clean up.
Tue, 09 Apr 2013 12:48:40 +0200 Christian Wirth Merged
Tue, 09 Apr 2013 11:54:28 +0200 Christian Wirth commented out a check for the existence of "cl.exe" for the windows build. The command returns something invalid, so the build fails BECAUSE of this test
Tue, 09 Apr 2013 11:55:19 +0200 Christos Kotselidis Make static the private calls of the WriteBarrierAdditionPhase
Tue, 09 Apr 2013 11:38:46 +0200 Christos Kotselidis Remove unused packages
Tue, 09 Apr 2013 11:35:01 +0200 Christos Kotselidis Merge
Tue, 09 Apr 2013 11:32:42 +0200 Christos Kotselidis Merge
Tue, 09 Apr 2013 09:45:35 +0200 Christos Kotselidis Move write barriers' addition to a separate stage after lowering
Tue, 09 Apr 2013 10:48:14 +0200 Lukas Stadler Merge
Tue, 09 Apr 2013 10:29:44 +0200 Lukas Stadler jacoco-exclude StampFactory (fixes problems with BeginNode.anchor)
Tue, 09 Apr 2013 09:37:23 +0200 Lukas Stadler Merge
Mon, 08 Apr 2013 20:15:44 +0200 Lukas Stadler Merge
Mon, 08 Apr 2013 19:37:23 +0200 Lukas Stadler Merge
Mon, 08 Apr 2013 19:18:41 +0200 Lukas Stadler add test for read elimination
Mon, 08 Apr 2013 19:18:18 +0200 Lukas Stadler PEA: fix PartialEscapeAnalysisTest
Mon, 08 Apr 2013 19:17:29 +0200 Lukas Stadler add more tests to BoxingEliminationTest
Mon, 08 Apr 2013 19:16:48 +0200 Lukas Stadler PEA: update EscapeAnalysisTest
Mon, 08 Apr 2013 19:15:00 +0200 Lukas Stadler PEA: handle identity-less objects in IntegerEqualsNode
Mon, 08 Apr 2013 19:14:32 +0200 Lukas Stadler PEA: unify merge and loop logic, implement handling of identity-less virtual objects
Mon, 08 Apr 2013 19:12:19 +0200 Lukas Stadler PEA: remove level from EffectList
Mon, 08 Apr 2013 19:11:30 +0200 Lukas Stadler small change to MaterializeObjectNode interface
Mon, 08 Apr 2013 19:07:15 +0200 Lukas Stadler allow GraalCompilerTests to ignore virtual and floating nodes in graph comparison
Mon, 08 Apr 2013 19:05:54 +0200 Lukas Stadler small change to ReentrantBlockIterator interface
Mon, 08 Apr 2013 19:05:13 +0200 Lukas Stadler missing change for 7828409c364c (pull materialization logic into VirtualObjectNode classes)
Mon, 08 Apr 2013 19:03:50 +0200 Lukas Stadler only eliminate locks for instances
Mon, 08 Apr 2013 19:03:25 +0200 Lukas Stadler move canonicalization of BoxNode to lowering
Mon, 08 Apr 2013 19:01:07 +0200 Lukas Stadler UnboxNode is not a VirtualizableAllocation
Mon, 08 Apr 2013 19:00:22 +0200 Lukas Stadler allow MethodSubstitutions and MacroSubstitutions to be forced (instead of depending on inlining)
Mon, 08 Apr 2013 17:31:50 +0200 Lukas Stadler pull materialization logic into VirtualObjectNode classes
Mon, 08 Apr 2013 17:30:05 +0200 Lukas Stadler refactored boxing identification and lowering, removed BoxingMethodPool and explicit boxing phases
Mon, 08 Apr 2013 14:19:52 +0200 Lukas Stadler new GraalOption.BootstrapReplacements for debugging purposes
Thu, 04 Apr 2013 18:41:39 +0200 Lukas Stadler small PEA refactoring
Tue, 09 Apr 2013 10:11:52 +0200 Bernhard Urban ReadNode: nullcheck stamptype
Tue, 09 Apr 2013 09:58:09 +0200 Doug Simon expanded type check hints to support use of negative hints (i.e., profiled types that failed the corresponding type check)
Tue, 09 Apr 2013 09:35:07 +0200 Doug Simon convert non-int boxed primitives whose stack kind is int to Constants of the right kind
Mon, 08 Apr 2013 21:33:22 +0200 Christos Kotselidis Remove unused import
Mon, 08 Apr 2013 21:30:56 +0200 Christos Kotselidis Merge
Mon, 08 Apr 2013 21:17:34 +0200 Christos Kotselidis Rename ArrayWriteBarrier to SerialWriteBarrier and move it to graal.nodes
Mon, 08 Apr 2013 20:58:36 +0200 Christos Kotselidis Remove FieldWriteBarrier
Mon, 08 Apr 2013 20:52:04 +0200 Christos Kotselidis Merge FieldWriteBarrier into ArrayWriteBarrier
Mon, 08 Apr 2013 19:34:39 +0200 Doug Simon made method (and macro) substitution optional to support different JDK versions
Mon, 08 Apr 2013 18:47:06 +0200 Gilles Duboscq Be more careful while updating jvm.cfg (fixes a bug where the -server configuration would overwrite the -server0 one)
Mon, 08 Apr 2013 18:40:18 +0200 Gilles Duboscq Make a copy of the environ in mx clean to avoid forcing things like HOTSPOT_BUILD_JOBS=16 for other commands