mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8356119: Typo in bytecode behavior for Lookup.findGetter
Reviewed-by: liach
This commit is contained in:
parent
ca7e4c4e05
commit
2a4f37cc16
@ -501,7 +501,7 @@ public final class MethodHandles {
|
||||
* <tbody>
|
||||
* <tr>
|
||||
* <th scope="row">{@link java.lang.invoke.MethodHandles.Lookup#findGetter lookup.findGetter(C.class,"f",FT.class)}</th>
|
||||
* <td>{@code FT f;}</td><td>{@code (T) this.f;}</td>
|
||||
* <td>{@code FT f;}</td><td>{@code (FT) this.f;}</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <th scope="row">{@link java.lang.invoke.MethodHandles.Lookup#findStaticGetter lookup.findStaticGetter(C.class,"f",FT.class)}</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user