src/hotspot/share/runtime/java.cpp
changeset 51649 8f594f75e054
parent 51608 625a5bdde0c5
child 51959 db0c3952de52
--- 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());
   }