src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp

changeset 672
1fdb98a17101
parent 631
d1605aabd0a1
child 1907
c18cbe5936b8
equal deleted inserted replaced
670:9c2ecc2ffb12 672:1fdb98a17101
59 _region_start = 0; 59 _region_start = 0;
60 _region_size = 0; 60 _region_size = 0;
61 if (_virtual_space != NULL) { 61 if (_virtual_space != NULL) {
62 delete _virtual_space; 62 delete _virtual_space;
63 _virtual_space = NULL; 63 _virtual_space = NULL;
64 // Release memory reserved in the space.
65 rs.release();
64 } 66 }
65 return false; 67 return false;
66 } 68 }
67 69
68 #ifdef ASSERT 70 #ifdef ASSERT

mercurial