jprovino [Thu, 07 Mar 2013 10:46:14 -0500] rev 15866
Merge
bpittore [Fri, 01 Mar 2013 14:06:47 -0500] rev 15865
Merge
collins [Wed, 27 Feb 2013 20:36:14 -0800] rev 15864
7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
Summary: Small changes to hotspot tests to remove "-server" and replace with ${TESTVMOPTS}
Reviewed-by: kvn
stefank [Thu, 07 Mar 2013 14:29:02 +0100] rev 15863
Merge
erikj [Mon, 04 Mar 2013 22:39:00 -0800] rev 15862
8008451: Make mac builds on 10.8 work on 10.7
Reviewed-by: jcoomes, ohair
johnc [Mon, 04 Mar 2013 12:42:14 -0800] rev 15861
8007036: G1: Too many old regions added to last mixed GC
Summary: Stop adding old regions to collection set when the remaining reclaimable bytes reaches, or goes below, G1HeapWastePercent. Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>.
Reviewed-by: brutisso
ehelin [Mon, 04 Mar 2013 13:01:24 +0100] rev 15860
8004172: Update jstat counter names to reflect metaspace changes
Reviewed-by: stefank, jmasa
jmasa [Fri, 01 Feb 2013 17:02:36 -0800] rev 15859
7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Reviewed-by: jmasa, johnc, ysr
Contributed-by: michal@frajt.eu
dcubed [Fri, 01 Mar 2013 15:59:10 -0800] rev 15858
Merge
coleenp [Thu, 28 Feb 2013 18:37:41 -0500] rev 15857
Merge
coleenp [Wed, 27 Feb 2013 07:35:32 -0500] rev 15856
Merge
simonis [Wed, 27 Feb 2013 09:40:30 +0100] rev 15855
8008959: Fix non-PCH build on Linux, Windows and MacOS X
Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
Reviewed-by: coleenp, stefank, dholmes
dcubed [Thu, 28 Feb 2013 05:55:18 -0800] rev 15854
Merge
dcubed [Wed, 27 Feb 2013 15:00:30 -0800] rev 15853
8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address
Summary: Make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock.
Reviewed-by: sla, acorn