hotspot/src/share/vm/ci/ciConstantPoolCache.hpp
changeset 25378 d9eeb53578f9
parent 13728 882756847a04
child 36315 150a415079ae
--- a/hotspot/src/share/vm/ci/ciConstantPoolCache.hpp	Mon Jun 30 08:28:29 2014 +0200
+++ b/hotspot/src/share/vm/ci/ciConstantPoolCache.hpp	Tue Jul 01 09:02:45 2014 +0200
@@ -35,7 +35,7 @@
 // Usage note: this klass has nothing to do with ConstantPoolCache*.
 class ciConstantPoolCache : public ResourceObj {
 private:
-  GrowableArray<intptr_t>*   _keys;
+  GrowableArray<int>*   _keys;
   GrowableArray<void*>* _elements;
 
   int find(int index);