mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8166145: runtime/threads/ThreadInterruptTest3 fails with ExitCode 0
Added new hashtables logging tag and used it print out the table performance details. Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
8ab06fddce
commit
e555a3e342
7 changed files with 96 additions and 75 deletions
|
@ -440,7 +440,7 @@ void ModuleEntryTable::verify() {
|
|||
}
|
||||
guarantee(number_of_entries() == element_count,
|
||||
"Verify of Module Entry Table failed");
|
||||
debug_only(verify_lookup_length((double)number_of_entries() / table_size()));
|
||||
DEBUG_ONLY(verify_lookup_length((double)number_of_entries() / table_size(), "Module Entry Table"));
|
||||
}
|
||||
|
||||
void ModuleEntry::verify() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue