src/share/vm/gc_implementation/g1/heapRegionSet.cpp

changeset 9901
b5843f684541
parent 9327
f96fcd9e1e1b
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSet.cpp	Fri Mar 27 19:15:09 2020 +0000
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSet.cpp	Mon Nov 02 10:41:39 2015 +0100
     1.3 @@ -231,7 +231,7 @@
     1.4        assert(_tail != curr, hrs_ext_msg(this, "invariant"));
     1.5        next->set_prev(prev);
     1.6      }
     1.7 -    if (_last = curr) {
     1.8 +    if (_last == curr) {
     1.9        _last = NULL;
    1.10      }
    1.11  

mercurial