changeset 3286:cf051991f891

S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy 2017-01-04 Andrew John Hughes <gnu.andrew@redhat.com> S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy * Makefile.am: (OPENJDK_DATE): Bump to new b41 creation date; 4th of January, 2017. (OPENJDK_SHA256SUM): Update for new b41 tarball. * NEWS: Include new fix for TCK failure.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Thu, 05 Jan 2017 01:09:37 +0000
parents 0973fdff247c
children 8c1e335ab803
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 03 22:45:11 2017 +0000
+++ b/ChangeLog	Thu Jan 05 01:09:37 2017 +0000
@@ -1,3 +1,13 @@
+2017-01-04  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	S8172252: Remove over-zealous switch to for-each
+	loop in SortingFocusTraversalPolicy
+	* Makefile.am:
+	(OPENJDK_DATE): Bump to new b41 creation date;
+	4th of January, 2017.
+	(OPENJDK_SHA256SUM): Update for new b41 tarball.
+	* NEWS: Include new fix for TCK failure.
+
 2017-01-03  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	PR3276: Backport latest XRender patches
--- a/Makefile.am	Tue Jan 03 22:45:11 2017 +0000
+++ b/Makefile.am	Thu Jan 05 01:09:37 2017 +0000
@@ -1,7 +1,7 @@
 # Dependencies
 
-OPENJDK_DATE = 31_dec_2016
-OPENJDK_SHA256SUM = 5edda7255b887e84110b409915d7c82cbef9ffe2e4010d3cd3c7f1d0844c386c
+OPENJDK_DATE = 04_jan_2017
+OPENJDK_SHA256SUM = 8e34d451cec65fae8b4304651058ed4dc8d07bd45baa2f49780009097afc1a15
 OPENJDK_VERSION = b41
 OPENJDK_URL = https://java.net/downloads/openjdk6/
 
--- a/NEWS	Tue Jan 03 22:45:11 2017 +0000
+++ b/NEWS	Thu Jan 05 01:09:37 2017 +0000
@@ -196,6 +196,7 @@
   - S8171415: Remove Java 7 features from testlibrary
   - S8171954: Add stubs for sun.security.tools.KeyTool and sun.security.tools.JarSigner
   - S8172159: Remove @Override annotation on interfaces added by b41 updates
+  - S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy
 * Backports
   - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
   - S6727719: Performance of TextLayout.getBounds()