src/share/vm/classfile/verifier.cpp

changeset 10012
73d58f4c918a
parent 9969
40f45911050f
child 10015
eb7ce841ccec
     1.1 --- a/src/share/vm/classfile/verifier.cpp	Fri Oct 16 19:12:56 2020 +0100
     1.2 +++ b/src/share/vm/classfile/verifier.cpp	Fri Oct 16 19:25:10 2020 +0100
     1.3 @@ -98,7 +98,7 @@
     1.4      BytecodeVerificationLocal : BytecodeVerificationRemote;
     1.5  }
     1.6  
     1.7 -bool Verifier::relax_access_for(oop loader) {
     1.8 +bool Verifier::relax_verify_for(oop loader) {
     1.9    bool trusted = java_lang_ClassLoader::is_trusted_loader(loader);
    1.10    bool need_verify =
    1.11      // verifyAll

mercurial