alexp [Wed, 20 Oct 2010 19:37:48 +0400] rev 7005
6989617: Enable JComponent to control repaintings of its children
Reviewed-by: rupashka
amenkov [Wed, 20 Oct 2010 15:08:39 +0400] rev 7004
6867515: Reduce impact of D3D initializion on startup time
6891435: Improve D3D preloading
6946559: AWTToolKit thread crashes in JNU_GetEnv
6987967: D3D preloading thread should initialize COM
Reviewed-by: igor, art, uta
okutsu [Wed, 20 Oct 2010 14:41:39 +0900] rev 7003
6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap
6560965: [Fmt-Da] defaultCenturyStart In SimpleDateFormat should be protected
6560980: [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly.
Reviewed-by: naoto, peytoia
lana [Tue, 02 Nov 2010 12:25:28 -0700] rev 7002
Merge
lana [Thu, 28 Oct 2010 15:46:39 -0700] rev 7001
Merge
dav [Fri, 22 Oct 2010 12:46:48 +0400] rev 7000
6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t)
6210739: Need spec clarification of Scrollbar set/getVisibleAmount()
Reviewed-by: anthony
lana [Tue, 02 Nov 2010 12:24:10 -0700] rev 6999
Merge
bae [Fri, 29 Oct 2010 11:49:47 +0400] rev 6998
6670881: Phantom lines appear when rendering polygons & ellipses with antialiasing OFF
Reviewed-by: prr, bae
dlila [Tue, 26 Oct 2010 10:39:23 -0400] rev 6997
6967434: Round joins/caps of scaled up lines have poor quality.
Summary: eliminated flattening from the rendering engine.
Reviewed-by: flar
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
ysr [Thu, 21 Oct 2010 17:29:24 -0700] rev 6984
6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
Summary: Closed a timing hole during which concurrent full gc requests can be missed. The hole can increase the latency of the response to a full gc request by up to the value of CMSWaitDuration. If CMSWaitDuration=0 is, as currently, interpreted as an unbounded wait, suitable in certain tuning scenarios, the application can potentially hang. Made two obscure tunables, including CMSWaitDuration, manageable.
Reviewed-by: jcoomes, tonyp
tonyp [Sat, 16 Oct 2010 17:12:19 -0400] rev 6983
6991377: G1: race between concurrent refinement and humongous object allocation
Summary: There is a race between the concurrent refinement threads and the humongous object allocation that can cause the concurrent refinement threads to corrupt the part of the BOT that it is being initialized by the humongous object allocation operation. The solution is to do the humongous object allocation in careful steps to ensure that the concurrent refinement threads always have a consistent view over the BOT, region contents, and top. The fix includes some very minor tidying up in sparsePRT.
Reviewed-by: jcoomes, johnc, ysr
johnc [Mon, 18 Oct 2010 15:01:41 -0700] rev 6982
6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack
Summary: The changes from 6941395 did not clear the CMTask::_aborted_region fields when concurrent marking aborted because of overflow. As a result, the next time around we could see a memory region whose start address was above the global finger and the assertion tripped. Moved the clearing of the aborted regions to ConcurrentMark::clear_marking_state, which is executed on all of the exit paths.
Reviewed-by: tonyp, ysr, jmasa
tonyp [Fri, 15 Oct 2010 17:26:56 -0400] rev 6981
6992189: G1: inconsistent base used in sparse rem set iterator
Summary: The remembered set iterator for sparse tables incorrectly assumes that index 0 corresponds to the bottom of the heap, not address 0 as it is the case.
Reviewed-by: ysr, jmasa
tonyp [Thu, 14 Oct 2010 10:38:14 -0400] rev 6980
6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly
Summary: When an entry is stolen, don't push it on the task queue but process it directly.
Reviewed-by: iveresov, ysr, jcoomes
kamg [Tue, 26 Oct 2010 16:48:28 -0700] rev 6979
Merge
kamg [Tue, 26 Oct 2010 14:08:49 -0400] rev 6978
6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
Summary: Class file parser needs to look for and disallow '[' in names.
Reviewed-by: coleenp, never
acorn [Tue, 26 Oct 2010 14:43:21 -0400] rev 6977
Merge
acorn [Mon, 25 Oct 2010 13:31:55 -0400] rev 6976
Merge
acorn [Fri, 22 Oct 2010 15:59:34 -0400] rev 6975
6988353: refactor contended sync subsystem
Summary: reduce complexity by factoring synchronizer.cpp
Reviewed-by: dholmes, never, coleenp
kamg [Thu, 21 Oct 2010 10:10:23 -0400] rev 6974
6991315: RedefineClasses fails with java.lang.VerifyError
Summary: Repair stackmap table attribute when relocating bytecode
Reviewed-by: acorn, never