src/hotspot/share/c1/c1_LIRAssembler.cpp
changeset 51333 f6641fcf7b7e
parent 50380 bec342339138
child 51519 ecb650023e28
equal deleted inserted replaced
51332:c25572739e7c 51333:f6641fcf7b7e
    97 
    97 
    98 //---------------------------------------------------------------
    98 //---------------------------------------------------------------
    99 
    99 
   100 
   100 
   101 LIR_Assembler::LIR_Assembler(Compilation* c):
   101 LIR_Assembler::LIR_Assembler(Compilation* c):
   102    _compilation(c)
   102    _masm(c->masm())
   103  , _masm(c->masm())
       
   104  , _bs(BarrierSet::barrier_set())
   103  , _bs(BarrierSet::barrier_set())
       
   104  , _compilation(c)
   105  , _frame_map(c->frame_map())
   105  , _frame_map(c->frame_map())
   106  , _current_block(NULL)
   106  , _current_block(NULL)
   107  , _pending_non_safepoint(NULL)
   107  , _pending_non_safepoint(NULL)
   108  , _pending_non_safepoint_offset(0)
   108  , _pending_non_safepoint_offset(0)
   109 {
   109 {