8282508: Updating ASM to 9.2 for JDK 19

Reviewed-by: lancea, egahlin, mchung
This commit is contained in:
Vicente Romero 2022-04-04 15:05:00 +00:00
parent 4e20a03786
commit 36b9baa70d
138 changed files with 1070 additions and 1094 deletions

View file

@ -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) {