author | coleenp |
Wed, 16 Feb 2011 16:25:57 -0800 | |
changeset 8311 | 39d37eed5241 |
parent 8310 | d7c285113f48 (diff) |
parent 8309 | e5c9c706242b (current diff) |
child 8312 | f33f2a40af7f |
--- a/hotspot/src/share/vm/utilities/hashtable.hpp Wed Feb 16 11:34:44 2011 -0500 +++ b/hotspot/src/share/vm/utilities/hashtable.hpp Wed Feb 16 16:25:57 2011 -0800 @@ -276,7 +276,7 @@ } int index_for(Symbol* name, Handle loader) { - return hash_to_index(compute_hash(name, loader)); + return this->hash_to_index(compute_hash(name, loader)); } };