mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8342336: Optimize ClassFile imports
Reviewed-by: liach
This commit is contained in:
parent
7ff4ea8d01
commit
3ebfc6c1e2
198 changed files with 530 additions and 1010 deletions
|
@ -26,11 +26,13 @@ package java.lang.classfile;
|
|||
|
||||
import java.lang.constant.MethodTypeDesc;
|
||||
import java.util.List;
|
||||
|
||||
import jdk.internal.classfile.impl.SignaturesImpl;
|
||||
import static java.util.Objects.requireNonNull;
|
||||
import jdk.internal.classfile.impl.Util;
|
||||
import jdk.internal.javac.PreviewFeature;
|
||||
|
||||
import static java.util.Objects.requireNonNull;
|
||||
|
||||
/**
|
||||
* Models the generic signature of a method, as defined by JVMS {@jvms 4.7.9}.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue