RFR: jsr166 jdk9 integration wave 7
Doug Lea
dl at cs.oswego.edu
Tue Jun 28 16:46:43 UTC 2016
On 06/28/2016 12:38 PM, Martin Buchholz wrote:
>
>
> On Tue, Jun 28, 2016 at 5:55 AM, Paul Sandoz <paul.sandoz at oracle.com
> <mailto:paul.sandoz at oracle.com>> wrote:
> You can use VALUE.addAndGet same for other similar methods here and in other
> classes.
>
>
> Done:
And, amazingly, not in conflict with a pass I just did to delegate
all atomics-related specs to VarHandle, so that in the future, all
memory-model clarifications can be done in VarHandle without needing
to update others.
-Doug
More information about the core-libs-dev
mailing list