mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8152380: Shared symbol table should never use alternate hashcode
Reviewed-by: coleenp, jiangli
This commit is contained in:
parent
cb72aacabb
commit
ae4cc4b56a
2 changed files with 16 additions and 1 deletions
|
@ -175,6 +175,7 @@ public:
|
|||
}
|
||||
|
||||
static unsigned int hash_symbol(const char* s, int len);
|
||||
static unsigned int hash_shared_symbol(const char* s, int len);
|
||||
|
||||
static Symbol* lookup(const char* name, int len, TRAPS);
|
||||
// lookup only, won't add. Also calculate hash.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue