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
brutisso [Mon, 14 May 2012 17:32:17 +0200] rev 12625
7161545: G1: Minor cleanups to the G1 logging
Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output
Reviewed-by: johnc, jwilhelm