8339631: Fix block @jls and @jvms tags

Reviewed-by: liach, darcy, jjg
This commit is contained in:
Pavel Rappo 2024-09-09 12:06:21 +00:00
parent 615a24f216
commit 88cccc14db
22 changed files with 53 additions and 53 deletions

View file

@ -2206,7 +2206,7 @@ public class MethodHandles {
* @jvms 5.3.5 Deriving a {@code Class} from a {@code class} File Representation
* @jvms 5.4 Linking
* @jvms 5.5 Initialization
* @jls 12.7 Unloading of Classes and Interface
* @jls 12.7 Unloading of Classes and Interfaces
*/
public Lookup defineHiddenClassWithClassData(byte[] bytes, Object classData, boolean initialize, ClassOption... options)
throws IllegalAccessException