comparison src/share/vm/c1/c1_Compilation.cpp @ 1748:3e8fbc61cee8

6978355: renaming for 6961697 Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
author twisti
date Wed, 25 Aug 2010 05:27:54 -0700
parents 4a665be40fd3
children d5d065957597
comparison
equal deleted inserted replaced
1747:53dbe853fb3a 1748:3e8fbc61cee8
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 {