mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
5c59de52a3
85 changed files with 964 additions and 858 deletions
|
@ -99,6 +99,7 @@ public sealed interface ClassDesc
|
|||
* @jvms 4.2.1 Binary Class and Interface Names
|
||||
* @see ClassDesc#of(String)
|
||||
* @see ClassDesc#ofDescriptor(String)
|
||||
* @since 20
|
||||
*/
|
||||
static ClassDesc ofInternalName(String name) {
|
||||
ConstantUtils.validateInternalClassName(requireNonNull(name));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue