Message10686

Author stefan.richthofer
Recipients nickmbailey, stefan.richthofer, zyasoft
Date 2016-02-02.05:58:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454392734.74.0.786155138975.issue2457@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can also remove 'synchronized' from 'call' then or do I overlook something? With the atomic boolean only one thread can ever enter the if-block and perform toClose.invoke. Also, it seems no other code locks on _io.Closer.class, does it?
History
Date User Action Args
2016-02-02 05:58:54stefan.richthofersetmessageid: <1454392734.74.0.786155138975.issue2457@psf.upfronthosting.co.za>
2016-02-02 05:58:54stefan.richthofersetrecipients: + stefan.richthofer, zyasoft, nickmbailey
2016-02-02 05:58:54stefan.richthoferlinkissue2457 messages
2016-02-02 05:58:54stefan.richthofercreate