RFR 8031428 CountTest causes lambda Ser/Derialization tests to fail
Paul Sandoz
paul.sandoz at oracle.com
Fri Jan 10 11:48:57 UTC 2014
On Jan 10, 2014, at 12:48 PM, Chris Hegarty <chris.hegarty at oracle.com> wrote:
> Looks fine to me.
Thanks.
> I don't think AtomicLong was ever needed here.
>
It was crudely used as a holder of the count, since captured refs are (effectively) final, and not for it's concurrent properties as i wanted to avoid using any higher-level operations such as sum().
Paul.
More information about the core-libs-dev
mailing list