mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -185,7 +185,7 @@ protected:
|
|||
bool _lookup_warning;
|
||||
mutable int _lookup_count;
|
||||
mutable int _lookup_length;
|
||||
bool verify_lookup_length(double load);
|
||||
bool verify_lookup_length(double load, const char *table_name);
|
||||
#endif
|
||||
|
||||
void initialize(int table_size, int entry_size, int number_of_entries);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue