hotspot/src/share/vm/oops/constantPool.hpp
changeset 33232 75e0112d3eb5
parent 33160 c59f1676d27e
child 33625 18e7896ca9fe
equal deleted inserted replaced
33231:a6d6dd711998 33232:75e0112d3eb5
   183   ConstantPoolCache* cache() const        { return _cache; }
   183   ConstantPoolCache* cache() const        { return _cache; }
   184   void set_cache(ConstantPoolCache* cache){ _cache = cache; }
   184   void set_cache(ConstantPoolCache* cache){ _cache = cache; }
   185 
   185 
   186   // Create object cache in the constant pool
   186   // Create object cache in the constant pool
   187   void initialize_resolved_references(ClassLoaderData* loader_data,
   187   void initialize_resolved_references(ClassLoaderData* loader_data,
   188                                       intStack reference_map,
   188                                       const intStack& reference_map,
   189                                       int constant_pool_map_length,
   189                                       int constant_pool_map_length,
   190                                       TRAPS);
   190                                       TRAPS);
   191 
   191 
   192   // resolved strings, methodHandles and callsite objects from the constant pool
   192   // resolved strings, methodHandles and callsite objects from the constant pool
   193   objArrayOop resolved_references()  const;
   193   objArrayOop resolved_references()  const;