src/share/vm/runtime/java.cpp

changeset 9852
70aa912cebe5
parent 9756
2be326848943
parent 9842
4df47a343601
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/runtime/java.cpp	Wed Apr 15 11:14:58 2020 +0800
     1.2 +++ b/src/share/vm/runtime/java.cpp	Wed Apr 15 11:49:55 2020 +0800
     1.3 @@ -344,7 +344,7 @@
     1.4      klassVtable::print_statistics();
     1.5      klassItable::print_statistics();
     1.6    }
     1.7 -  if (VerifyOops) {
     1.8 +  if (VerifyOops && Verbose) {
     1.9      tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
    1.10    }
    1.11  

mercurial