neliasso [Thu, 06 Dec 2012 14:33:52 +0100] rev 14630
Merge
neliasso [Thu, 06 Dec 2012 09:50:08 +0100] rev 14629
8003934: Fix generation of malformed options to Projectcreator
Summary: Makefile produces unmatched quotes due to nmake bug
Reviewed-by: jwilhelm, brutisso
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