amurillo [Sat, 17 Mar 2012 00:10:12 -0700] rev 12121
Added tag hs24-b04 for changeset d87d6ad0b075
amurillo [Sat, 17 Mar 2012 00:10:12 -0700] rev 12120
Merge
jcoomes [Fri, 16 Mar 2012 23:45:05 -0700] rev 12119
Merge
brutisso [Wed, 14 Mar 2012 12:49:27 +0100] rev 12118
7068625: Testing 8 bytes of card table entries at a time speeds up card-scanning
Summary: Check clean words instead of clean bytes
Reviewed-by: jcoomes, jmasa, jwilhelm, ysr
Contributed-by: alexey.ragozin@gmail.com
brutisso [Tue, 13 Mar 2012 21:12:53 +0100] rev 12117
7152954: G1: Native memory leak during full GCs
Summary: Add destructor to TruncatedSeq and call delete when necessary
Reviewed-by: johnc, tonyp
iveresov [Mon, 12 Mar 2012 13:12:07 -0700] rev 12116
7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
Summary: Don't attempt to uncommit SHM-based large pages
Reviewed-by: kvn
jmelvin [Fri, 16 Mar 2012 15:13:22 -0400] rev 12115
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using contains() method instead of .startsWith().
Reviewed-by: dcubed, phh, ohair, katleman
Contributed-by: james.melvin@oracle.com