hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 46619 a3919f5e8d2b
parent 46618 d503911aa948
child 46625 edefffab74e2
equal deleted inserted replaced
46618:d503911aa948 46619:a3919f5e8d2b
    98   uint count() const         { return _count; }
    98   uint count() const         { return _count; }
    99   void set_count(uint count) { _count = count; }
    99   void set_count(uint count) { _count = count; }
   100 
   100 
   101   // sizeof(OopMapBlock) in words.
   101   // sizeof(OopMapBlock) in words.
   102   static const int size_in_words() {
   102   static const int size_in_words() {
   103     return align_size_up((int)sizeof(OopMapBlock), wordSize) >>
   103     return align_up((int)sizeof(OopMapBlock), wordSize) >>
   104       LogBytesPerWord;
   104       LogBytesPerWord;
   105   }
   105   }
   106 
   106 
   107  private:
   107  private:
   108   int  _offset;
   108   int  _offset;