dsamersoff [Tue, 24 Jan 2012 20:15:56 -0800] rev 11592
Merge
dsamersoff [Wed, 25 Jan 2012 02:29:05 +0400] rev 11591
7066129: GarbageCollectorMXBean#getLastGcInfo leaks native memory
Summary: Make GCStatInfo a resource object
Reviewed-by: phh, coleenp
phh [Tue, 24 Jan 2012 14:07:03 -0500] rev 11590
7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
Summary: Modify jprt.properties to run OSX builds and tests.
Reviewed-by: dcubed, kamg, ohair, dholmes
Contributed-by: james.melvin@oracle.com
coleenp [Mon, 23 Jan 2012 17:45:32 -0800] rev 11589
Merge
bpittore [Sat, 21 Jan 2012 23:02:40 -0500] rev 11588
6972759: Step over not working after thrown exception and Pop
Summary: reset jvmtithreadstate exception state after frame pop and forceearlyreturn processed
Reviewed-by: minqi, dholmes, dlong
Contributed-by: bill.pittore@oracle.com
brutisso [Fri, 27 Jan 2012 09:04:57 +0100] rev 11587
Merge
johnc [Thu, 26 Jan 2012 14:14:55 -0800] rev 11586
7133038: G1: Some small profile based optimizations
Summary: Some minor profile based optimizations. Reduce the number of branches and branch mispredicts by removing some virtual calls, through closure specalization, and refactoring some conditional statements.
Reviewed-by: brutisso, tonyp
jcoomes [Wed, 25 Jan 2012 21:14:11 -0800] rev 11585
7112413: JVM Crash, possibly GC-related
Summary: disable UseAdaptiveSizePolicy with the CMS and ParNew
Reviewed-by: johnc, brutisso