src/share/vm/c1/c1_Compilation.cpp

changeset 2103
3e8fbc61cee8
parent 2046
4a665be40fd3
child 2138
d5d065957597
     1.1 --- a/src/share/vm/c1/c1_Compilation.cpp	Mon Aug 23 09:09:36 2010 -0700
     1.2 +++ b/src/share/vm/c1/c1_Compilation.cpp	Wed Aug 25 05:27:54 2010 -0700
     1.3 @@ -454,8 +454,7 @@
     1.4  , _allocator(NULL)
     1.5  , _next_id(0)
     1.6  , _next_block_id(0)
     1.7 -, _code(buffer_blob->instructions_begin(),
     1.8 -        buffer_blob->instructions_size())
     1.9 +, _code(buffer_blob)
    1.10  , _current_instruction(NULL)
    1.11  #ifndef PRODUCT
    1.12  , _last_instruction_printed(NULL)

mercurial