mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8282508: Updating ASM to 9.2 for JDK 19
Reviewed-by: lancea, egahlin, mchung
This commit is contained in:
parent
4e20a03786
commit
36b9baa70d
138 changed files with 1070 additions and 1094 deletions
|
@ -244,7 +244,7 @@ final class FingerPrint {
|
|||
private final Set<Method> methods = new HashSet<>();
|
||||
|
||||
public ClassAttributes() {
|
||||
super(Opcodes.ASM7);
|
||||
super(Opcodes.ASM9);
|
||||
}
|
||||
|
||||
private boolean isPublic(int access) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue