mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -365,7 +365,7 @@ void PackageEntryTable::verify() {
|
|||
}
|
||||
guarantee(number_of_entries() == element_count,
|
||||
"Verify of Package 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(), "Package Entry Table"));
|
||||
}
|
||||
|
||||
void PackageEntry::verify() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue