leonidr [Thu, 03 May 2012 19:22:38 +0400] rev 12640
7124376: [macosx] Modal dialog lost focus
Reviewed-by: anthony
serb [Thu, 03 May 2012 18:29:00 +0400] rev 12639
7160623: [macosx] Editable TextArea/TextField are blocking GUI applications from exit
Reviewed-by: anthony, art
lana [Mon, 21 May 2012 11:20:04 -0700] rev 12638
Merge
bae [Mon, 21 May 2012 14:53:51 +0400] rev 12637
7154088: [macosx] Regression: Component.createImage do not inherits component attributes
Reviewed-by: art, kizune
bae [Mon, 21 May 2012 14:04:46 +0400] rev 12636
7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
Reviewed-by: anthony, kizune
katleman [Thu, 17 May 2012 06:20:44 -0700] rev 12635
Added tag jdk8-b39 for changeset 2052d5a6991c
duke [Wed, 05 Jul 2017 18:11:06 +0200] rev 12634
Merge
amurillo [Fri, 18 May 2012 14:50:18 -0700] rev 12633
Added tag hs24-b11 for changeset 100019c94f7c
amurillo [Fri, 18 May 2012 14:50:17 -0700] rev 12632
Merge
jcoomes [Fri, 18 May 2012 10:27:13 -0700] rev 12631
Merge
brutisso [Tue, 15 May 2012 10:25:06 +0200] rev 12630
7166894: Add gc cause to GC logging for all collectors
Reviewed-by: mgerdin, johnc
brutisso [Tue, 15 May 2012 22:26:37 +0200] rev 12629
7169056: Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit()
Reviewed-by: jwilhelm, johnc, dholmes
johnc [Tue, 15 May 2012 09:49:18 -0700] rev 12628
7168294: G1: Some Full GCs incorrectly report GC cause as "No GC"
Summary: GC cause was not being set by the VM_G1CollectForAllocation VM operation.
Reviewed-by: jmasa, ysr, brutisso
johnc [Mon, 14 May 2012 21:07:28 -0700] rev 12627
Merge
mikael [Tue, 15 May 2012 00:56:06 +0200] rev 12626
7158457: division by zero in adaptiveweightedaverage
Summary: Add ceiling to AdaptiveWeightedAverage
Reviewed-by: ysr, iveresov