bae [Fri, 22 Oct 2010 16:57:41 +0400] rev 6996
6663447: D3D: excessive surface data replacements
Reviewed-by: prr, art
cl [Tue, 09 Nov 2010 11:45:00 -0800] rev 6995
Merge
yhuang [Sun, 07 Nov 2010 23:33:21 -0800] rev 6994
Merge
katakai [Sun, 07 Nov 2010 19:48:25 -0800] rev 6993
4225362: localized DateFormatSymbols for fr_FR is wrong
Reviewed-by: yhuang, peytoia
cl [Thu, 04 Nov 2010 15:54:34 -0700] rev 6992
Added tag jdk7-b117 for changeset 42a9e115bd6f
duke [Wed, 05 Jul 2017 17:26:22 +0200] rev 6991
Merge
trims [Wed, 10 Nov 2010 20:38:30 -0800] rev 6990
Merge
trims [Thu, 04 Nov 2010 16:17:54 -0700] rev 6989
Merge
iveresov [Tue, 02 Nov 2010 16:02:46 -0700] rev 6988
6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424
Summary: Turn CDS off if compressed oops is on
Reviewed-by: ysr, kvn, jcoomes, phh
jcoomes [Mon, 01 Nov 2010 10:49:14 -0700] rev 6987
Merge
ysr [Thu, 28 Oct 2010 14:46:29 -0700] rev 6986
6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827
Summary: Sharpened an assert, introduced in 6896603, that intended to check that the incremental_collection_failed() predicate on the heap was being reset "soon enough".
Reviewed-by: jmasa
ysr [Sat, 23 Oct 2010 23:03:49 -0700] rev 6985
6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
Summary: Deprecated HandlePromotionFailure, removing the ability to turn off that feature, did away with one epoch look-ahead when deciding if a scavenge is likely to fail, relying on current data.
Reviewed-by: jmasa, johnc, poonam