src/hotspot/share/code/codeBlob.hpp
changeset 51333 f6641fcf7b7e
parent 49655 d6893a76c554
child 52014 1aa9beac610e
equal deleted inserted replaced
51332:c25572739e7c 51333:f6641fcf7b7e
   266     _header_size(0),
   266     _header_size(0),
   267     _relocation_size(0),
   267     _relocation_size(0),
   268     _content_offset(0),
   268     _content_offset(0),
   269     _code_offset(0),
   269     _code_offset(0),
   270     _data_offset(0),
   270     _data_offset(0),
       
   271     _code_begin(code_begin),
       
   272     _code_end(code_end),
   271     _content_begin(content_begin),
   273     _content_begin(content_begin),
   272     _content_end(content_end),
   274     _content_end(content_end),
   273     _code_begin(code_begin),
       
   274     _code_end(code_end),
       
   275     _data_end(data_end),
   275     _data_end(data_end),
   276     _relocation_begin(relocation_begin),
   276     _relocation_begin(relocation_begin),
   277     _relocation_end(relocation_end)
   277     _relocation_end(relocation_end)
   278   {
   278   {
   279   }
   279   }