mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0
Templates need this object if not using template parameter in call Reviewed-by: coleenp, kamg, dholmes
This commit is contained in:
parent
318ce174a4
commit
7c357b0628
2 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@ protected:
|
|||
}
|
||||
|
||||
int index_for(Symbol* name) {
|
||||
return hash_to_index(compute_hash(name));
|
||||
return this->hash_to_index(compute_hash(name));
|
||||
}
|
||||
|
||||
// Table entry management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue