ysr [Mon, 25 Aug 2008 12:16:34 -0700] rev 1064
Merge
jmasa [Wed, 20 Aug 2008 23:05:04 -0700] rev 1063
6728478: Assertion at parallel promotion from young to old generation
Summary: The fix avoids a call to address_for_index() in this particular situation where it is not known if the passed index is in bounds.
Reviewed-by: tonyp
ysr [Wed, 20 Aug 2008 15:41:36 -0700] rev 1062
6739357: CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed
Summary: Temporarily switch off the precleaning of Reference lists completely until related issues are fixed in 6722113.
Reviewed-by: jmasa, poonam, tonyp
ysr [Wed, 20 Aug 2008 11:23:58 -0700] rev 1061
Merge
tonyp [Tue, 19 Aug 2008 17:55:15 -0400] rev 1060
6736341: PermGen size is insufficient for jconsole
Summary: Removing two buggy methods that should not be used, but ended up being used due to a re-organization in the class hierarchy.
Reviewed-by: jmasa, ysr, kamg, coleenp
rasbold [Thu, 21 Aug 2008 05:49:06 -0700] rev 1059
Merge
rasbold [Tue, 19 Aug 2008 07:25:02 -0700] rev 1058
6730716: nulls from two unrelated classes compare not equal
Summary: check for not-nullness after proving that types are unrelated
Reviewed-by: kvn, never
never [Mon, 18 Aug 2008 23:17:51 -0700] rev 1057
6732194: Data corruption dependent on -server/-client/-Xbatch
Summary: rematerializing nodes results in incorrect inputs
Reviewed-by: rasbold