diff -r b7b69bc93a2d -r 8f594f75e054 src/hotspot/share/runtime/java.cpp --- a/src/hotspot/share/runtime/java.cpp Wed Sep 05 10:39:16 2018 -0700 +++ b/src/hotspot/share/runtime/java.cpp Wed Sep 05 13:10:40 2018 -0700 @@ -333,7 +333,7 @@ klassVtable::print_statistics(); klassItable::print_statistics(); } - if (VerifyOops) { + if (VerifyOops && Verbose) { tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count()); }