changeset 2630:0b68075bb95a

Forwardport regeneration of diamond patch, following April security update. 2013-04-17 Andrew John Hughes <gnu.andrew@member.fsf.org> * patches/boot/ecj-diamond.patch: Regenerate due to security patches.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Sat, 04 May 2013 17:07:06 +0100
parents e562523c5037
children 933d082ec889
files ChangeLog patches/boot/ecj-diamond.patch
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Apr 24 13:38:48 2013 +0100
+++ b/ChangeLog	Sat May 04 17:07:06 2013 +0100
@@ -1,3 +1,8 @@
+2013-04-17  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* patches/boot/ecj-diamond.patch:
+	Regenerate due to security patches.
+
 2013-04-24  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* patches/cacao/jsig.patch:
--- a/patches/boot/ecj-diamond.patch	Wed Apr 24 13:38:48 2013 +0100
+++ b/patches/boot/ecj-diamond.patch	Sat May 04 17:07:06 2013 +0100
@@ -1024,8 +1024,8 @@
   */
  final class ThreadGroupContext {
  
--    private static final Map<ThreadGroup, ThreadGroupContext> contexts = new WeakHashMap<>();
-+    private static final Map<ThreadGroup, ThreadGroupContext> contexts = new WeakHashMap();
+-    private static final WeakIdentityMap<ThreadGroupContext> contexts = new WeakIdentityMap<>();
++    private static final WeakIdentityMap<ThreadGroupContext> contexts = new WeakIdentityMap<ThreadGroupContext>();
  
      /**
       * Returns the appropriate {@code AppContext} for the caller,