[RFC][icedtea-web] Removal of two instances of synchronization on Boolean

Adam Domurad adomurad at redhat.com
Thu May 17 12:41:03 PDT 2012


On Thu, 2012-05-17 at 15:38 -0400, Adam Domurad wrote:
> Hello all. Tiny patch here to remove two instances of synchronization on
> Boolean (considered bad practice as typically only two Boolean objects
> exist).
> 
> While I was not entirely sure what should be done about the Boolean
> synchronization, Deepak's opinion was that the synchronization was not
> needed, so I submitted this small patch.
> 2012-05-17  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.


Woops, forgot to add [RFC][icedtea-web]. Added in this reply's header.




More information about the distro-pkg-dev mailing list