neliasso [Mon, 26 Nov 2012 15:11:55 +0100] rev 14628
8003983: LogCompilation tool is broken since c1 support
Summary: Fixed emitting and parsing
Reviewed-by: jrose, kvn
twisti [Mon, 03 Dec 2012 15:48:49 -0800] rev 14627
8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
Reviewed-by: kvn, johnc
twisti [Fri, 30 Nov 2012 15:23:16 -0800] rev 14626
8003240: x86: move MacroAssembler into separate file
Reviewed-by: kvn
twisti [Fri, 30 Nov 2012 11:44:05 -0800] rev 14625
8003195: AbstractAssembler should not store code pointers but use the CodeSection directly
Reviewed-by: twisti, kvn
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
kvn [Tue, 27 Nov 2012 17:41:38 -0800] rev 14624
8003850: add support for constants in stub code
Summary: remember the code section and switch back to the proper one when adding constants.
Reviewed-by: twisti, kvn
Contributed-by: goetz.lindenmaier@sap.com
bharadwaj [Tue, 27 Nov 2012 17:24:15 -0800] rev 14623
7092905: C2: Keep track of the number of dead nodes
Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes.
Reviewed-by: kvn, twisti, jrose, vlivanov
twisti [Tue, 27 Nov 2012 12:48:52 -0800] rev 14622
8003868: fix shark for latest HotSpot and LLVM
Reviewed-by: twisti
Contributed-by: Roman Kennke <rkennke@redhat.com>
twisti [Mon, 26 Nov 2012 17:25:11 -0800] rev 14621
7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
Reviewed-by: kvn, jrose
vlivanov [Wed, 21 Nov 2012 05:57:12 -0800] rev 14620
8001538: hs_err file does not list anymore compiled methods in compilation events
Summary: Fixed message buffer size calculation.
Reviewed-by: kvn, twisti
kvn [Fri, 16 Nov 2012 15:49:46 -0800] rev 14619
7146636: compiler/6865265/StackOverflowBug.java fails due to changed stack minimum
Summary: Increase the stack size in the run parameters.
Reviewed-by: kvn
Contributed-by: david.r.chase@oracle.com