src/share/vm/runtime/java.cpp

changeset 9842
4df47a343601
parent 9744
b02fb6a07ed5
child 9852
70aa912cebe5
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/runtime/java.cpp	Mon Nov 27 03:11:38 2017 -0800
     1.2 +++ b/src/share/vm/runtime/java.cpp	Thu Feb 27 05:40:59 2020 +0000
     1.3 @@ -335,7 +335,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