mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8243575: Trivial javadoc fix of j.l.i.MethodHandles::arrayElementVarHandle
Reviewed-by: mchung
This commit is contained in:
parent
b4615b163c
commit
e19d880581
1 changed files with 1 additions and 1 deletions
|
@ -3960,7 +3960,7 @@ return mh1;
|
|||
* {@code short}, {@code char}, {@code int}, {@code long},
|
||||
* {@code float}, or {@code double} then numeric atomic update access
|
||||
* modes are unsupported.
|
||||
* <li>if the field type is anything other than {@code boolean},
|
||||
* <li>if the component type is anything other than {@code boolean},
|
||||
* {@code byte}, {@code short}, {@code char}, {@code int} or
|
||||
* {@code long} then bitwise atomic update access modes are
|
||||
* unsupported.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue