hotspot/src/share/vm/oops/constMethod.hpp
changeset 46619 a3919f5e8d2b
parent 46618 d503911aa948
child 46625 edefffab74e2
equal deleted inserted replaced
46618:d503911aa948 46619:a3919f5e8d2b
   358     *addr = index;
   358     *addr = index;
   359   }
   359   }
   360 
   360 
   361   // Sizing
   361   // Sizing
   362   static int header_size() {
   362   static int header_size() {
   363     return align_size_up((int)sizeof(ConstMethod), wordSize) / wordSize;
   363     return align_up((int)sizeof(ConstMethod), wordSize) / wordSize;
   364   }
   364   }
   365 
   365 
   366   // Size needed
   366   // Size needed
   367   static int size(int code_size, InlineTableSizes* sizes);
   367   static int size(int code_size, InlineTableSizes* sizes);
   368 
   368