hotspot/src/share/vm/utilities/hashtable.hpp
changeset 13342 76a5de64aa62
parent 13199 025b0984feea
child 13728 882756847a04
--- a/hotspot/src/share/vm/utilities/hashtable.hpp	Mon Jul 30 07:21:15 2012 -0700
+++ b/hotspot/src/share/vm/utilities/hashtable.hpp	Tue Jul 31 16:01:56 2012 -0400
@@ -260,7 +260,7 @@
   }
 
   int index_for(Symbol* name) {
-    return hash_to_index(compute_hash(name));
+    return this->hash_to_index(compute_hash(name));
   }
 
   // Table entry management