/hg/release/icedtea-web-1.1: Added in changelog for removal of s...

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Tue May 22 10:36:38 PDT 2012


changeset 44e61a76e4c4 in /hg/release/icedtea-web-1.1
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.1?cmd=changeset;node=44e61a76e4c4
author: Adam Domurad <adomurad at redhat.com>
date: Tue May 22 13:36:34 2012 -0400

	Added in changelog for removal of synchronization on Boolean - was missing from original commit.


diffstat:

 ChangeLog |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 203e1b4e5c23 -r 44e61a76e4c4 ChangeLog
--- a/ChangeLog	Tue May 22 12:13:03 2012 -0400
+++ b/ChangeLog	Tue May 22 13:36:34 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-03-30  Danesh Dadachanji  <ddadacha at redhat.com>
 
 	Certificate start dates are not being checked, they are still verified



More information about the distro-pkg-dev mailing list