< prev index next >

src/share/vm/oops/instanceKlass.hpp

Print this page

        

@@ -98,11 +98,11 @@
   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) >>
+    return align_up((int)sizeof(OopMapBlock), wordSize) >>
       LogBytesPerWord;
   }
 
  private:
   int  _offset;
< prev index next >