roland [Mon, 27 Feb 2012 11:42:30 +0100] rev 11962
7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64)
Summary: stack must be realigned when calling the runtime for exception propagation at a call.
Reviewed-by: kvn, never
roland [Mon, 27 Feb 2012 09:17:44 +0100] rev 11961
7147740: add assertions to check stack alignment on VM entry from generated code (x64)
Summary: check stack alignment on VM entry on x64.
Reviewed-by: kvn, never
kvn [Fri, 24 Feb 2012 12:33:31 -0800] rev 11960
7147416: LogCompilation tool does not work with post parse inlining
Summary: fixed few problems in LogCompilation parser.
Reviewed-by: never
kvn [Tue, 21 Feb 2012 11:55:05 -0800] rev 11959
7146442: assert(false) failed: bad AD file
Summary: Take into account only stores captured by Initialize node. Added missing check for Top input in value() methods.
Reviewed-by: never
kvn [Mon, 20 Feb 2012 13:11:08 -0800] rev 11958
7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
Summary: Increase size of deopt_blob and uncommon_trap_blob by size of stack bang code (SPARC).
Reviewed-by: azeemj, iveresov, never, phh
fparain [Tue, 28 Feb 2012 07:58:43 -0800] rev 11957
Merge
dholmes [Sat, 25 Feb 2012 01:49:34 -0500] rev 11956
7148126: ConstantPoolCacheEntry::print prints to wrong stream
Summary: Should print to passed in stream not tty
Reviewed-by: dholmes, never
Contributed-by: Krystal Mok <sajia@taobao.com>