comparison src/share/vm/c1/c1_Compilation.cpp @ 1749:b4099f5786da

Merge
author never
date Wed, 25 Aug 2010 10:31:45 -0700
parents 3e8fbc61cee8
children d5d065957597
comparison
equal deleted inserted replaced
1745:ebfb7c68865e 1749:b4099f5786da
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 {