RFR 8162106 Remove VarHandle.addAndGet

Paul Sandoz Paul.Sandoz at oracle.com
Wed Aug 10 00:15:27 UTC 2016


Hi,

Please review the following webrev which removes VarHandle.addAndGet:

  http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8162106-vhs-rm-addAndGet/webrev/ <http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8162106-vhs-rm-addAndGet/webrev/>

This turns out to be really just a helper method which is built upon getAndAdd.

I had to update some classes in j.u.concurrent.atomics.

Thanks,
Paul.


More information about the core-libs-dev mailing list