src/share/vm/opto/chaitin.cpp

changeset 1447
5f29a958a545
parent 1443
e90521d61f9a
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/opto/chaitin.cpp	Tue Oct 13 16:29:31 2009 -0700
     1.2 +++ b/src/share/vm/opto/chaitin.cpp	Tue Oct 13 20:54:13 2009 -0700
     1.3 @@ -990,7 +990,7 @@
     1.4  
     1.5      // Find cheapest guy
     1.6      debug_only( int lo_no_simplify=0; );
     1.7 -    for( uint i = lrgs(lo_score)._next; i; i = lrgs(i)._next ) {
     1.8 +    for( uint i = _hi_degree; i; i = lrgs(i)._next ) {
     1.9        assert( !(*_ifg->_yanked)[i], "" );
    1.10        // It's just vaguely possible to move hi-degree to lo-degree without
    1.11        // going through a just-lo-degree stage: If you remove a double from

mercurial