hotspot/src/share/vm/c1/c1_Compilation.cpp
changeset 6418 6671edbd230e
parent 6186 7eef4cda471c
child 6453 970dc585ab63
equal deleted inserted replaced
6417:82e8f98f22d8 6418:6671edbd230e
   452 , _bailout_msg(NULL)
   452 , _bailout_msg(NULL)
   453 , _exception_info_list(NULL)
   453 , _exception_info_list(NULL)
   454 , _allocator(NULL)
   454 , _allocator(NULL)
   455 , _next_id(0)
   455 , _next_id(0)
   456 , _next_block_id(0)
   456 , _next_block_id(0)
   457 , _code(buffer_blob->instructions_begin(),
   457 , _code(buffer_blob)
   458         buffer_blob->instructions_size())
       
   459 , _current_instruction(NULL)
   458 , _current_instruction(NULL)
   460 #ifndef PRODUCT
   459 #ifndef PRODUCT
   461 , _last_instruction_printed(NULL)
   460 , _last_instruction_printed(NULL)
   462 #endif // PRODUCT
   461 #endif // PRODUCT
   463 {
   462 {