mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8270059: Remove KVHashtable
Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
7bfa39f59a
commit
d6c0f5fa22
6 changed files with 23 additions and 127 deletions
|
@ -1198,7 +1198,7 @@ typedef const char* ccstr;
|
|||
typedef const char* ccstrlist; // represents string arguments which accumulate
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// Default hash/equals functions used by ResourceHashtable and KVHashtable
|
||||
// Default hash/equals functions used by ResourceHashtable
|
||||
|
||||
template<typename K> unsigned primitive_hash(const K& k) {
|
||||
unsigned hash = (unsigned)((uintptr_t)k);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue