zhouyx [Fri, 20 Apr 2012 10:34:40 +0800] rev 12523
7129742: Unable to view focus in Non-Editable TextArea
Summary: Make sure the cursor is visible by setVisible(true)
Reviewed-by: rupashka, alexp
lana [Wed, 02 May 2012 09:53:29 -0700] rev 12522
Merge
lana [Thu, 26 Apr 2012 18:25:33 -0700] rev 12521
Merge
jgodinez [Thu, 26 Apr 2012 13:16:52 -0700] rev 12520
7013850: Please change the mnemonic assignment system to avoid translation issue
Reviewed-by: prr, mfang
jgodinez [Tue, 24 Apr 2012 13:29:04 -0700] rev 12519
7157659: [macosx] Landscape Printing orientation doesn't work
Reviewed-by: bae, prr
cgruszka [Fri, 27 Apr 2012 14:37:44 -0400] rev 12518
Merge
skovatch [Wed, 25 Apr 2012 12:18:10 -0700] rev 12517
7128699: Fix bundle name so it contains the bugfix number in the name.
Reviewed-by: robilad
duke [Wed, 05 Jul 2017 18:09:57 +0200] rev 12516
Merge
amurillo [Wed, 09 May 2012 14:06:27 -0700] rev 12515
Merge
amurillo [Fri, 04 May 2012 14:10:31 -0700] rev 12514
Added tag hs24-b09 for changeset 6123dd756c56
amurillo [Fri, 04 May 2012 14:10:30 -0700] rev 12513
Merge
jcoomes [Fri, 04 May 2012 10:46:32 -0700] rev 12512
Merge
brutisso [Wed, 25 Apr 2012 12:36:37 +0200] rev 12511
7163848: G1: Log GC Cause for a GC
Reviewed-by: johnc, jwilhelm, jmasa
jmasa [Wed, 25 Apr 2012 15:51:10 -0700] rev 12510
Merge
jmasa [Wed, 25 Apr 2012 09:55:55 -0700] rev 12509
7164144: Fix variable naming style in freeBlockDictionary.* and binaryTreeDictionary*
Summary: Fix naming style to be consistent with the predominant hotspot style.
Reviewed-by: ysr, brutisso
johnc [Wed, 25 Apr 2012 10:23:12 -0700] rev 12508
7143490: G1: Remove HeapRegion::_top_at_conc_mark_count
Summary: Removed the HeapRegion::_top_at_conc_mark_count field. It is no longer needed as a result of the changes for 6888336 and 7127706. Refactored the closures that finalize and verify the liveness counting data so that common functionality was placed into a base class.
Reviewed-by: brutisso, tonyp