src/share/vm/oops/cpCacheOop.hpp

changeset 1957
136b78722a08
parent 1907
c18cbe5936b8
child 2015
083fde3b838e
     1.1 --- a/src/share/vm/oops/cpCacheOop.hpp	Mon Jun 07 14:17:01 2010 -0700
     1.2 +++ b/src/share/vm/oops/cpCacheOop.hpp	Wed Jun 09 18:50:45 2010 -0700
     1.3 @@ -110,6 +110,7 @@
     1.4  class ConstantPoolCacheEntry VALUE_OBJ_CLASS_SPEC {
     1.5    friend class VMStructs;
     1.6    friend class constantPoolCacheKlass;
     1.7 +  friend class constantPoolOopDesc;  //resolve_constant_at_impl => set_f1
     1.8  
     1.9   private:
    1.10    volatile intx     _indices;  // constant pool index & rewrite bytecodes

mercurial