morris [Fri, 25 Jan 2013 16:31:47 -0800] rev 15473
8005811: Turn off TierdCompilation in JDK8 trunk for all platforms
Summary: Disable tiered compilation in jdk8 because of CodeCache and performance anomalies
Reviewed-by: kvn, twisti
vlivanov [Fri, 01 Feb 2013 03:02:01 -0800] rev 15472
8005439: no message about inline method if it specifed by CompileCommand
Reviewed-by: kvn, vlivanov
Contributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
vlivanov [Fri, 01 Feb 2013 02:50:23 -0800] rev 15471
8006410: allocating without ResourceMark when CompileCommand was specified
Reviewed-by: kvn, vlivanov
Contributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
dcubed [Wed, 06 Feb 2013 15:22:32 -0800] rev 15470
Merge
dholmes [Tue, 05 Feb 2013 00:59:40 -0800] rev 15469
Merge
dholmes [Mon, 04 Feb 2013 23:53:10 -0500] rev 15468
8006508: Wrong frame constructor is called in os_linux_x86.cpp
Reviewed-by: dholmes, coleenp
Contributed-by: Jeremy Manson <jeremymanson@google.com>
coleenp [Mon, 04 Feb 2013 22:59:45 -0800] rev 15467
Merge
simonis [Mon, 04 Feb 2013 13:14:12 -0500] rev 15466
8007475: Memory stomp with UseMallocOnly
Summary: Fix off-by-one error
Reviewed-by: coleenp, hseigel
coleenp [Mon, 04 Feb 2013 13:51:01 -0800] rev 15465
Merge
emc [Mon, 04 Feb 2013 13:05:32 -0500] rev 15464
8006949: Update hotspot for MethodParameters format change
8006907: Hotspot should reject classfiles with multiple MethodParameters attributes
Summary: Update to Hotspot's processing of MethodParameters attributes in classfiles
Reviewed-by: coleenp, jrose
hseigel [Mon, 04 Feb 2013 08:26:02 -0500] rev 15463
8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops
Summary: Pick a base that works for both CompressedOpps alignment and CompressedKlassPtrs alignment.
Reviewed-by: kvn, roland
hseigel [Sun, 03 Feb 2013 17:12:31 -0500] rev 15462
Merge