< prev index next >

src/share/vm/c1/c1_LIRAssembler.cpp

Print this page
rev 12854 : [mq]: gcinterface.patch

*** 97,107 **** LIR_Assembler::LIR_Assembler(Compilation* c): _compilation(c) , _masm(c->masm()) ! , _bs(Universe::heap()->barrier_set()) , _frame_map(c->frame_map()) , _current_block(NULL) , _pending_non_safepoint(NULL) , _pending_non_safepoint_offset(0) { --- 97,107 ---- LIR_Assembler::LIR_Assembler(Compilation* c): _compilation(c) , _masm(c->masm()) ! , _bs(GC::gc()->heap()->barrier_set()) , _frame_map(c->frame_map()) , _current_block(NULL) , _pending_non_safepoint(NULL) , _pending_non_safepoint_offset(0) {
< prev index next >