johnc [Tue, 13 Mar 2012 11:05:32 -0700] rev 12270
7143511: G1: Another instance of high GC Worker Other time (50ms)
Summary: Tiered compilation has increased the number of nmethods in the code cache. This has, in turn, significantly increased the number of marked nmethods processed during the StrongRootsScope destructor. Create a specialized version of CodeBlobToOopClosure for G1 which places only those nmethods that contain pointers into the collection set on to the marked nmethods list.
Reviewed-by: iveresov, tonyp
never [Thu, 05 Apr 2012 15:08:04 -0700] rev 12269
Merge
never [Mon, 02 Apr 2012 16:05:56 -0700] rev 12268
7157141: crash in 64 bit with corrupted oops
Reviewed-by: kvn, iveresov
acorn [Sun, 01 Apr 2012 17:04:26 -0400] rev 12267
Merge
fparain [Thu, 29 Mar 2012 02:12:40 -0700] rev 12266
7087969: GarbageCollectorMXBean notification contains ticks vs millis
Reviewed-by: acorn, dcubed, rbackman
minqi [Wed, 28 Mar 2012 14:27:38 -0700] rev 12265
7156960: Incorrect copyright headers in parts of the Serviceability agent
Summary: Errant files added as part of 7088955 fix. The Copyright information now corrected with gpl-header template
Reviewed-by: sla, ohair, mbykov
acorn [Tue, 27 Mar 2012 15:28:52 -0400] rev 12264
Merge
coleenp [Fri, 23 Mar 2012 11:16:05 -0400] rev 12263
7150058: Allocate symbols from null boot loader to an arena for NMT
Summary: Move symbol allocation to an arena so NMT doesn't have to track them at startup.
Reviewed-by: never, kamg, zgu