mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8305808: Typo in javadoc of ConstantDescs::BSM_VARHANDLE_STATIC_FIELD
Reviewed-by: rriggs, iris
This commit is contained in:
parent
ba90dc7795
commit
a43a17c8ea
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ public final class ConstantDescs {
|
||||||
= ofConstantBootstrap(CD_ConstantBootstraps, "fieldVarHandle",
|
= ofConstantBootstrap(CD_ConstantBootstraps, "fieldVarHandle",
|
||||||
CD_VarHandle, CD_Class, CD_Class);
|
CD_VarHandle, CD_Class, CD_Class);
|
||||||
|
|
||||||
/** {@link MethodHandleDesc} representing {@link ConstantBootstraps#staticFieldVarHandle(Lookup, String, Class, Class, Class) ConstantBootstraps.staticVarHandle} */
|
/** {@link MethodHandleDesc} representing {@link ConstantBootstraps#staticFieldVarHandle(Lookup, String, Class, Class, Class) ConstantBootstraps.staticFieldVarHandle} */
|
||||||
public static final DirectMethodHandleDesc BSM_VARHANDLE_STATIC_FIELD
|
public static final DirectMethodHandleDesc BSM_VARHANDLE_STATIC_FIELD
|
||||||
= ofConstantBootstrap(CD_ConstantBootstraps, "staticFieldVarHandle",
|
= ofConstantBootstrap(CD_ConstantBootstraps, "staticFieldVarHandle",
|
||||||
CD_VarHandle, CD_Class, CD_Class);
|
CD_VarHandle, CD_Class, CD_Class);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue