comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 17748:d60ecdb2773e

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