8187078: -XX:+VerifyOops finds numerous problems when running JPRT

Reviewed-by: kvn
This commit is contained in:
Dean Long 2018-09-05 13:10:40 -07:00
parent cbac17e494
commit e51b1f0cf6
3 changed files with 3 additions and 3 deletions

View file

@ -333,7 +333,7 @@ void print_statistics() {
klassVtable::print_statistics();
klassItable::print_statistics();
}
if (VerifyOops) {
if (VerifyOops && Verbose) {
tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
}