/hg/icedtea7: Forwardport regeneration of diamond patch, followi...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Sat May 4 09:07:15 PDT 2013
changeset 0b68075bb95a in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=0b68075bb95a
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sat May 04 17:07:06 2013 +0100
Forwardport regeneration of diamond patch, following April security update.
2013-04-17 Andrew John Hughes <gnu.andrew at member.fsf.org>
* patches/boot/ecj-diamond.patch:
Regenerate due to security patches.
diffstat:
ChangeLog | 5 +++++
patches/boot/ecj-diamond.patch | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e562523c5037 -r 0b68075bb95a ChangeLog
--- 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 at member.fsf.org>
+
+ * patches/boot/ecj-diamond.patch:
+ Regenerate due to security patches.
+
2013-04-24 Andrew John Hughes <gnu.andrew at member.fsf.org>
* patches/cacao/jsig.patch:
diff -r e562523c5037 -r 0b68075bb95a patches/boot/ecj-diamond.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,
More information about the distro-pkg-dev
mailing list