hotspot/src/share/vm/c1/c1_LIRAssembler.cpp
changeset 1374 4c24294029a9
parent 1 489c9b5090e2
child 1394 43b4b8b54e65
equal deleted inserted replaced
615:570062d730b2 1374:4c24294029a9
    72 
    72 
    73 
    73 
    74 LIR_Assembler::LIR_Assembler(Compilation* c):
    74 LIR_Assembler::LIR_Assembler(Compilation* c):
    75    _compilation(c)
    75    _compilation(c)
    76  , _masm(c->masm())
    76  , _masm(c->masm())
       
    77  , _bs(Universe::heap()->barrier_set())
    77  , _frame_map(c->frame_map())
    78  , _frame_map(c->frame_map())
    78  , _current_block(NULL)
    79  , _current_block(NULL)
    79  , _pending_non_safepoint(NULL)
    80  , _pending_non_safepoint(NULL)
    80  , _pending_non_safepoint_offset(0)
    81  , _pending_non_safepoint_offset(0)
    81 {
    82 {