< prev index next >

src/share/vm/oops/instanceKlass.hpp

Print this page

        

*** 98,108 **** uint count() const { return _count; } void set_count(uint count) { _count = count; } // sizeof(OopMapBlock) in words. static const int size_in_words() { ! return align_size_up((int)sizeof(OopMapBlock), wordSize) >> LogBytesPerWord; } private: int _offset; --- 98,108 ---- uint count() const { return _count; } void set_count(uint count) { _count = count; } // sizeof(OopMapBlock) in words. static const int size_in_words() { ! return align_up((int)sizeof(OopMapBlock), wordSize) >> LogBytesPerWord; } private: int _offset;
< prev index next >