mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8213480: update internal ASM version to 7.0
Reviewed-by: dholmes, iignatyev, alanb
This commit is contained in:
parent
147fc3ed13
commit
61082e6b25
155 changed files with 29496 additions and 27123 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2018, 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
|
||||
|
@ -244,7 +244,7 @@ final class FingerPrint {
|
|||
private final Set<Method> methods = new HashSet<>();
|
||||
|
||||
public ClassAttributes() {
|
||||
super(Opcodes.ASM6);
|
||||
super(Opcodes.ASM7);
|
||||
}
|
||||
|
||||
private boolean isPublic(int access) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue