comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 14351:2cff20331ca2

8031703: Missing post-barrier in ReferenceProcessor Reviewed-by: tonyp, tschatzl
author pliden
date Thu, 06 Feb 2014 14:12:43 +0100
parents 990d7aa2f325
children 7c41aaa3929b
comparison
equal deleted inserted replaced
14350:990d7aa2f325 14351:2cff20331ca2
2264 &_is_alive_closure_stw, 2264 &_is_alive_closure_stw,
2265 // is alive closure 2265 // is alive closure
2266 // (for efficiency/performance) 2266 // (for efficiency/performance)
2267 false); 2267 false);
2268 // Setting next fields of discovered 2268 // Setting next fields of discovered
2269 // lists requires a barrier. 2269 // lists does not require a barrier.
2270 } 2270 }
2271 2271
2272 size_t G1CollectedHeap::capacity() const { 2272 size_t G1CollectedHeap::capacity() const {
2273 return _g1_committed.byte_size(); 2273 return _g1_committed.byte_size();
2274 } 2274 }