comparison src/share/vm/c1/c1_LIRAssembler.cpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents a61af66fc99e
children f8199438385b
comparison
equal deleted inserted replaced
189:0b27f3512f9e 342:37f87013dfd8
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 {