8152380: Shared symbol table should never use alternate hashcode

Reviewed-by: coleenp, jiangli
This commit is contained in:
Ioi Lam 2016-03-23 09:00:22 -07:00
parent cb72aacabb
commit ae4cc4b56a
2 changed files with 16 additions and 1 deletions

View file

@ -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.