src/share/vm/opto/live.cpp

changeset 4949
8373c19be854
parent 4159
8e47bac5643a
child 5509
d1034bd8cefc
     1.1 --- a/src/share/vm/opto/live.cpp	Mon Apr 15 16:20:05 2013 -0700
     1.2 +++ b/src/share/vm/opto/live.cpp	Tue Apr 16 10:08:41 2013 +0200
     1.3 @@ -44,7 +44,7 @@
     1.4  // block is put on the worklist.
     1.5  //   The locally live-in stuff is computed once and added to predecessor
     1.6  // live-out sets.  This separate compilation is done in the outer loop below.
     1.7 -PhaseLive::PhaseLive( const PhaseCFG &cfg, LRG_List &names, Arena *arena ) : Phase(LIVE), _cfg(cfg), _names(names), _arena(arena), _live(0) {
     1.8 +PhaseLive::PhaseLive( const PhaseCFG &cfg, const LRG_List &names, Arena *arena ) : Phase(LIVE), _cfg(cfg), _names(names), _arena(arena), _live(0) {
     1.9  }
    1.10  
    1.11  void PhaseLive::compute(uint maxlrg) {

mercurial