log

age author description
Thu, 02 May 2013 17:16:00 +0200 Doug Simon exception PC stored in thread is cleared before entering ExceptionHandlerStub
Thu, 02 May 2013 15:12:52 +0200 Doug Simon added comments clarifying the difference between _exception_oop and _pending_exception in the HotSpot Thread class
Thu, 02 May 2013 14:12:24 +0200 Doug Simon Merge.
Thu, 02 May 2013 12:19:41 +0200 Doug Simon Merge.
Thu, 02 May 2013 11:40:07 +0200 Doug Simon rename: VERY_FAST_DEOPT_PATH_PROBABILITY -> VERY_FAST_PATH_PROBABILITY
Thu, 02 May 2013 11:39:07 +0200 Doug Simon rename: HotSpotSnippetUtils -> HotSpotReplacementsUtil
Thu, 02 May 2013 14:37:27 +0200 Gilles Duboscq Remove dead IsNull nodes in Guard lowering phase
Thu, 02 May 2013 14:35:48 +0200 Gilles Duboscq Enable the loop safepoint elimination.
Thu, 02 May 2013 16:32:39 +0200 Roland Schatz Pass fixed node into getMaterializedRepresentation.
Thu, 02 May 2013 16:31:44 +0200 Roland Schatz Remove StackSlot and RegisterValue cache.
Thu, 02 May 2013 16:30:31 +0200 Roland Schatz Merge.
Thu, 02 May 2013 14:13:54 +0200 Roland Schatz Make register saving extensible.
Thu, 02 May 2013 14:12:10 +0200 Roland Schatz Restructure register zapping.
Thu, 02 May 2013 11:53:04 +0200 Roland Schatz Backed out changeset: 45a73cd19baa
Tue, 30 Apr 2013 17:29:33 +0200 Lukas Stadler refactored monitor handling in EA: MonitorEnter/Exit is removed, not eliminated
Tue, 30 Apr 2013 12:14:59 +0200 Lukas Stadler handle "~" in EscapeAnalyzeOnly
Tue, 30 Apr 2013 12:11:52 +0200 Lukas Stadler remove debug code
Mon, 29 Apr 2013 14:53:08 +0200 Lukas Stadler coalesce allocations during escape analysis
Mon, 29 Apr 2013 18:38:16 +0200 Lukas Stadler factor out createFieldLocation in HotSpotRuntime
Mon, 29 Apr 2013 10:12:37 +0200 Lukas Stadler only virtualize StoreIndexedNode if no store check is required
Tue, 30 Apr 2013 13:25:05 +0200 Lukas Stadler lower FixedGuardNode to if-condition-deopt in after-guard lowering
Thu, 25 Apr 2013 17:19:41 +0200 Lukas Stadler late lowering of allocations (NewInstanceNode, NewArrayNode, NewMultiArrayNode)
Thu, 25 Apr 2013 17:10:08 +0200 Lukas Stadler don't verify ControlFlowGraph when connectBlocks == false
Thu, 25 Apr 2013 17:09:40 +0200 Lukas Stadler make Node.getDebugProperties() final
Thu, 02 May 2013 10:55:11 +0200 Bernhard Urban CheckCastNode: check if input of next CheckCastNode is the node itself
Thu, 02 May 2013 10:55:07 +0200 Bernhard Urban CheckCastNode: better attempt to combine checkcasts
Thu, 02 May 2013 10:55:04 +0200 Bernhard Urban nested checkcasts: add failing testcase
Thu, 02 May 2013 06:08:02 +0200 Doug Simon a compiled stub can now specify whether it needs to preserve registers. If a stub does not preserve registers and assertions are enabled, then all non-temporary registers are zapped after a C runtime call from the stub.
Wed, 01 May 2013 18:08:07 -0700 Christian Wimmer Merge
Wed, 01 May 2013 18:07:00 -0700 Christian Wimmer Use MetaAccessProvider instead of CodeCacheProvider