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

changeset 9931
fd44df5e3bc3
parent 9448
73d689add964
parent 9901
b5843f684541
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSet.cpp	Wed Oct 14 16:43:13 2020 +0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSet.cpp	Wed Oct 14 17:44:48 2020 +0800
     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