On 06/28/2016 12:38 PM, Martin Buchholz wrote:
On Tue, Jun 28, 2016 at 5:55 AM, Paul Sandoz <[email protected] <mailto:[email protected]>> 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
