jmasa [Wed, 04 Sep 2013 12:56:03 -0700] rev 19731
Merge
jmasa [Wed, 04 Sep 2013 11:41:17 -0700] rev 19730
8013938: Native OOME on fastdebug VM on Solaris
Reviewed-by: azeemj, brutisso, kvn, tschatzl
ehelin [Thu, 22 Aug 2013 11:23:15 +0200] rev 19729
8020692: TestGCEventMixed.java failed because of timestamp in event after end event
Reviewed-by: mgerdin, stefank
brutisso [Fri, 30 Aug 2013 07:31:47 +0200] rev 19728
8019902: G1: Use the average heap size rather than the minimum heap size to calculate the region size
Reviewed-by: tonyp, tschatzl, sjohanss
jmasa [Thu, 29 Aug 2013 06:53:16 -0700] rev 19727
Merge
mgerdin [Thu, 22 Aug 2013 10:50:41 +0200] rev 19726
8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld
Summary: When using NUMA and large pages we need to ease the requirement on which node the memory should be allocated on. To avoid the SIGBUS we now use the memory policy MPOL_PREFERRED, which prefers a certain node, instead of MPOL_BIND, which requires a certain node.
Reviewed-by: jmasa, pliden
Contributed-by: stefan.johansson@oracle.com
adlertz [Thu, 05 Sep 2013 10:39:10 +0200] rev 19725
Merge