hotspot/src/share/vm/oops/constMethod.hpp
changeset 46618 d503911aa948
parent 44524 b0d3e8ba6f27
child 46619 a3919f5e8d2b
equal deleted inserted replaced
46617:0330c5fc49ce 46618:d503911aa948
   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(sizeof(ConstMethod), wordSize) / wordSize;
   363     return align_size_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