8165731: Reference to removed method in VarHandle JavaDoc

Reviewed-by: shade, bpb
This commit is contained in:
Paul Sandoz 2016-09-09 14:54:24 -07:00
parent 397525a2d4
commit caa7db4496

View File

@ -152,7 +152,6 @@ import static java.lang.invoke.MethodHandleStatics.newInternalError;
* {@link #getAndAdd getAndAdd},
* {@link #getAndAddAcquire getAndAddAcquire},
* {@link #getAndAddRelease getAndAddRelease},
* {@link #addAndGet addAndGet}.
* <li>bitwise atomic update access modes that, for example, atomically get and
* bitwise OR the value of a variable under specified memory ordering
* effects.