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:
Andrew John Hughes 2012-07-31 16:01:56 -04:00
parent 318ce174a4
commit 7c357b0628
2 changed files with 2 additions and 2 deletions

View file

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