mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8283274: Improve @jvms usage in java.base
Reviewed-by: iris
This commit is contained in:
parent
31df6a60a8
commit
5ef1990d6c
6 changed files with 12 additions and 12 deletions
|
@ -2759,7 +2759,7 @@ assertEquals("[x, y, z]", pb.command().toString());
|
|||
/**
|
||||
* Looks up a class by name from the lookup context defined by this {@code Lookup} object,
|
||||
* <a href="MethodHandles.Lookup.html#equiv">as if resolved</a> by an {@code ldc} instruction.
|
||||
* Such a resolution, as specified in JVMS 5.4.3.1 section, attempts to locate and load the class,
|
||||
* Such a resolution, as specified in JVMS {@jvms 5.4.3.1}, attempts to locate and load the class,
|
||||
* and then determines whether the class is accessible to this lookup object.
|
||||
* <p>
|
||||
* The lookup context here is determined by the {@linkplain #lookupClass() lookup class},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue