RFR 8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder
Chris Hegarty
chris.hegarty at oracle.com
Sat Jan 5 19:54:35 UTC 2013
> On 01/05/13 13:10, Chris Hegarty wrote:
>
>> Note: There is one minor change to the implementation. Currently in the jdk8
>> repo j.u.f.DoubleBinaryOperator defines operateAsDouble. This method has
>> been renamed to applyAsDouble in the lambda/lambda repo. When these changes
>> are sync'ed from lambda/lambda this can be reverted. A similar comment has
>> been added to the code.
>
> I suspect that there will a lot of this sort of thing over the
> next several months. It is probably still worthwhile to
> establish these classes for the sake of integration checks,
Agreed.
> but we'll surely need a bunch more sync-ups for JDK8.
This is no problem. I just thought it was worth mentioning.
-Chris
>
> -Doug
>
More information about the core-libs-dev
mailing list