kvn [Fri, 21 Jun 2013 15:56:24 -0700] rev 22808
Merge
goetz [Thu, 20 Jun 2013 16:30:44 -0700] rev 22807
8016586: PPC64 (part 3): basic changes for PPC64
Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
Reviewed-by: dholmes, kvn
goetz [Wed, 19 Jun 2013 12:29:30 +0200] rev 22806
8016491: PPC64 (part 2): Clean up PPC defines.
Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set.
Reviewed-by: kvn
goetz [Wed, 19 Jun 2013 12:15:50 +0200] rev 22805
8016476: PPC64 (part 1): reenable CORE build
Summary: reenable CORE build on PPC64
Reviewed-by: dholmes, kvn, coleenp
adlertz [Fri, 24 Jan 2014 13:06:52 +0100] rev 22804
8031498: Cleanup and re-factorize PhaseChaitin::build_ifg_physical
Summary: Created sub-functions, added data structures, improved naming and removed unnecessary code
Reviewed-by: kvn, roland, rbackman
anoll [Sun, 26 Jan 2014 23:01:57 -0800] rev 22803
Merge
anoll [Mon, 27 Jan 2014 07:54:25 +0100] rev 22802
8009738: compiler/6826736/Test.java times out on big machines
Summary: Added -Xmx256m -XX:ParallelGCThreads=4 to the test @run command. Verified that 256m is enough to trigger old 6826736 bug.
Reviewed-by: kvn
kvn [Fri, 24 Jan 2014 13:30:55 -0800] rev 22801
Merge
shade [Fri, 24 Jan 2014 15:26:56 +0400] rev 22800
8032490: Remove -XX:+-UseOldInlining
Summary: Move the option to obsolete options list, purge the redundant compiler code.
Reviewed-by: kvn, jrose
roland [Fri, 24 Jan 2014 09:31:53 +0100] rev 22799
8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
Summary: type methods shouldn't always operate on speculative part
Reviewed-by: kvn, twisti