mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8187078: -XX:+VerifyOops finds numerous problems when running JPRT
Reviewed-by: kvn
This commit is contained in:
parent
cbac17e494
commit
e51b1f0cf6
3 changed files with 3 additions and 3 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue