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>
erikj [Wed, 22 Feb 2012 09:24:35 +0100] rev 11955
7141244: build-infra merge: Include $(SPEC) in makefiles and make variables overridable
Reviewed-by: dholmes, ohrstrom, ohair, jcoomes
dsamersoff [Wed, 22 Feb 2012 10:32:29 -0800] rev 11954
Merge
dsamersoff [Wed, 22 Feb 2012 19:43:22 +0400] rev 11953
7110104: It should be possible to stop and start JMX Agent at runtime
Summary: Added a capability to start and stop JMX Agent by jcmd
Reviewed-by: acorn, mchung