/hg/release/icedtea-web-1.2: Updating changelog with removal of ...
adomurad at icedtea.classpath.org
adomurad at icedtea.classpath.org
Tue May 22 10:38:11 PDT 2012
changeset 418012023ad5 in /hg/release/icedtea-web-1.2
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.2?cmd=changeset;node=418012023ad5
author: Adam Domurad <adomurad at redhat.com>
date: Tue May 22 13:38:08 2012 -0400
Updating changelog with removal of synchronization on Boolean.
diffstat:
ChangeLog | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 886414736595 -r 418012023ad5 ChangeLog
--- a/ChangeLog Tue May 22 12:11:10 2012 -0400
+++ b/ChangeLog Tue May 22 13:38:08 2012 -0400
@@ -1,3 +1,10 @@
+2012-05-22 Adam Domurad <adomurad at redhat.com>
+
+ * plugin/icedteanp/java/sun/applet/PluginStreamHandler.java: Removed
+ unnecessary synchronization on Boolean (dangerous) for code that did
+ not require synchronization. Changed Boolean => volatile boolean so
+ that changes are seen in different threads.
+
2012-05-22 Jiri Vanek <jvanek at redhat.com>
Omair Majid <omajid at redhat.com>
More information about the distro-pkg-dev
mailing list