RFR 8165731 Reference to removed method in VarHandle JavaDoc
Aleksey Shipilev
shade at redhat.com
Thu Sep 8 21:23:16 UTC 2016
On 09/09/2016 12:18 AM, Paul Sandoz wrote:
> diff -r 10d8bdeabfa5 src/java.base/share/classes/java/lang/invoke/VarHandle.java
> --- a/src/java.base/share/classes/java/lang/invoke/VarHandle.java Thu Sep 08 09:59:54 2016 -0700
> +++ b/src/java.base/share/classes/java/lang/invoke/VarHandle.java Thu Sep 08 14:17:14 2016 -0700
> @@ -152,7 +152,6 @@
> * {@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.
>
Reviewed.
Thanks,
-Aleksey
More information about the core-libs-dev
mailing list