diff 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
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Compilation.cpp	Mon Aug 23 08:44:03 2010 -0700
+++ b/src/share/vm/c1/c1_Compilation.cpp	Wed Aug 25 10:31:45 2010 -0700
@@ -454,8 +454,7 @@
 , _allocator(NULL)
 , _next_id(0)
 , _next_block_id(0)
-, _code(buffer_blob->instructions_begin(),
-        buffer_blob->instructions_size())
+, _code(buffer_blob)
 , _current_instruction(NULL)
 #ifndef PRODUCT
 , _last_instruction_printed(NULL)