hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 31046 d01ad7a0ecb0
parent 31045 31769e6e8293
child 32189 5264b560ab1b
equal deleted inserted replaced
31045:31769e6e8293 31046:d01ad7a0ecb0
   530 
   530 
   531   // constant pool
   531   // constant pool
   532   ConstantPool* constants() const        { return _constants; }
   532   ConstantPool* constants() const        { return _constants; }
   533   void set_constants(ConstantPool* c)    { _constants = c; }
   533   void set_constants(ConstantPool* c)    { _constants = c; }
   534 
   534 
   535   objArrayOop     resolved_references() const;
       
   536   void        set_resolved_references(objArrayOop obj_arr);
       
   537 
       
   538   // protection domain
   535   // protection domain
   539   oop protection_domain() const;
   536   oop protection_domain() const;
   540 
   537 
   541   // signers
   538   // signers
   542   objArrayOop signers() const;
   539   objArrayOop signers() const;