8213480: update internal ASM version to 7.0

Reviewed-by: dholmes, iignatyev, alanb
This commit is contained in:
Vicente Romero 2018-11-13 23:33:17 -05:00
parent 147fc3ed13
commit 61082e6b25
155 changed files with 29496 additions and 27123 deletions

View file

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