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:
Gerard Ziemski 2016-10-27 09:42:45 -05:00
parent 8ab06fddce
commit e555a3e342
7 changed files with 96 additions and 75 deletions

View file

@ -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);