src/share/vm/c1/c1_LIRAssembler.cpp

changeset 777
37f87013dfd8
parent 435
a61af66fc99e
child 797
f8199438385b
     1.1 --- a/src/share/vm/c1/c1_LIRAssembler.cpp	Wed Jun 04 13:51:09 2008 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRAssembler.cpp	Thu Jun 05 15:57:56 2008 -0700
     1.3 @@ -74,6 +74,7 @@
     1.4  LIR_Assembler::LIR_Assembler(Compilation* c):
     1.5     _compilation(c)
     1.6   , _masm(c->masm())
     1.7 + , _bs(Universe::heap()->barrier_set())
     1.8   , _frame_map(c->frame_map())
     1.9   , _current_block(NULL)
    1.10   , _pending_non_safepoint(NULL)

mercurial