diff -r 73d03d578d8e -r d9eeb53578f9 hotspot/src/share/vm/ci/ciConstantPoolCache.hpp --- 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* _keys; + GrowableArray* _keys; GrowableArray* _elements; int find(int index);