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
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -96,7 +96,7 @@ public final class ConstantBootstraps {
|
|||
* descriptor is specified by {@code name}.
|
||||
*
|
||||
* @param lookup unused
|
||||
* @param name the descriptor (JVMS 4.3) of the desired primitive type
|
||||
* @param name the descriptor (JVMS {@jvms 4.3}) of the desired primitive type
|
||||
* @param type the required result type (must be {@code Class.class})
|
||||
* @return the {@link Class} mirror
|
||||
* @throws IllegalArgumentException if the name is not a descriptor for a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue