log

age author description
Thu, 13 Sep 2012 10:45:17 +0200 Gilles Duboscq Merge
Wed, 12 Sep 2012 13:07:35 +0200 Gilles Duboscq Checks on vtableEntryOffset to avoid calling to the VM if the holder is not initialized
Thu, 13 Sep 2012 11:29:18 +0200 Lukas Stadler Merge.
Thu, 13 Sep 2012 11:27:37 +0200 Lukas Stadler fix for partial escape analysis bugs (related to StoreIndexed and monitors)
Thu, 13 Sep 2012 10:53:41 +0200 Doug Simon put boiler plate for CompilerToVM native methods in macros
Thu, 13 Sep 2012 09:04:06 +0200 Doug Simon terminology change to match C++ code and biased locking paper: "initial mark word" -> "prototype mark word"
Thu, 13 Sep 2012 08:25:28 +0200 Doug Simon made the name for stub call LIR ops clearer
Thu, 13 Sep 2012 08:18:36 +0200 Doug Simon added AND, OR and XOR intrinsics on Word types
Thu, 13 Sep 2012 00:27:23 +0200 Doug Simon removed duplicated comment
Thu, 13 Sep 2012 00:25:58 +0200 Doug Simon added tests for monitor snippets
Thu, 13 Sep 2012 00:25:36 +0200 Doug Simon added support for multi-threaded compiler tests
Thu, 13 Sep 2012 00:22:43 +0200 Doug Simon added missing @Test annotation
Wed, 12 Sep 2012 23:50:52 +0200 Doug Simon made NewObjectSnippets optionally load the initial mark word when initializing an object - this is disabled until the bug triggered in lusearch by this change is fixed
Wed, 12 Sep 2012 23:50:37 +0200 Doug Simon deleted caching of initial mark word in HotSpotResolvedJavaType. This value is modified by the biased locking mechanism and so it not constant for a Klass
Wed, 12 Sep 2012 23:37:39 +0200 Doug Simon added more tests to NewInstanceTest
Wed, 12 Sep 2012 21:38:57 +0200 Doug Simon Merge.
Wed, 12 Sep 2012 12:51:54 +0200 Doug Simon thread register is now retrieved from HotSpotVMConfig instead of being hard coded
Wed, 12 Sep 2012 12:45:46 +0200 Doug Simon HotSpotVMConfig object is now allocated in Java
Wed, 12 Sep 2012 12:34:48 +0200 Doug Simon factored shared snippet functionality into HotSpotSnippetUtils
Wed, 12 Sep 2012 16:22:44 +0200 Lukas Stadler PartialEscapeAnalysis: fix for bailout, better metrics, small renaming
Wed, 12 Sep 2012 12:57:27 +0200 Lukas Stadler first prototype of new PartialEscapeAnalysis
Wed, 12 Sep 2012 11:29:34 +0200 Lukas Stadler canonicalize IntegerSwitchNode with only a default successor
Tue, 11 Sep 2012 14:57:06 +0200 Lukas Stadler add new PostOrderBlockIterator for escape analysis
Tue, 11 Sep 2012 14:50:35 +0200 Lukas Stadler don't dump the graph in SchedulePhase during lowering
Tue, 11 Sep 2012 14:48:24 +0200 Lukas Stadler adapt old EscapeAnalysisPhase to infrastructure changes
Tue, 11 Sep 2012 14:27:44 +0200 Lukas Stadler add support for fillConents to NewObjectSnippets
Tue, 11 Sep 2012 14:25:40 +0200 Lukas Stadler add fillContents property to New... nodes
Tue, 11 Sep 2012 14:09:46 +0200 Lukas Stadler remove unnecessary debug scope during inlining
Tue, 11 Sep 2012 14:08:14 +0200 Lukas Stadler determine offending use blocks for liveIn - violations
Tue, 11 Sep 2012 12:10:45 +0200 Lukas Stadler fix for cyclic references in virtual objects