src/share/vm/c1/c1_LIRAssembler.cpp

changeset 797
f8199438385b
parent 739
dc7f315e41f7
parent 777
37f87013dfd8
child 815
eb28cf662f56
     1.1 --- a/src/share/vm/c1/c1_LIRAssembler.cpp	Thu Sep 04 18:40:43 2008 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRAssembler.cpp	Wed Sep 17 16:49:18 2008 +0400
     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