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

changeset 2063
a03ae377b2e8
parent 1907
c18cbe5936b8
child 2239
9f4848ebbabd
     1.1 --- a/src/share/vm/gc_implementation/g1/sparsePRT.cpp	Wed Aug 04 13:03:23 2010 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/sparsePRT.cpp	Fri Aug 06 10:17:21 2010 -0700
     1.3 @@ -424,7 +424,7 @@
     1.4  
     1.5  
     1.6  SparsePRT::SparsePRT(HeapRegion* hr) :
     1.7 -  _expanded(false), _next_expanded(NULL)
     1.8 +  _hr(hr), _expanded(false), _next_expanded(NULL)
     1.9  {
    1.10    _cur = new RSHashTable(InitialCapacity);
    1.11    _next = _cur;

mercurial