comparison src/share/vm/memory/referenceProcessor.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents fbc1677398c0
children 2cff20331ca2
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
472 472
473 // Whether we are in a phase when _processing_ is MT. 473 // Whether we are in a phase when _processing_ is MT.
474 bool processing_is_mt() const { return _processing_is_mt; } 474 bool processing_is_mt() const { return _processing_is_mt; }
475 void set_mt_processing(bool mt) { _processing_is_mt = mt; } 475 void set_mt_processing(bool mt) { _processing_is_mt = mt; }
476 476
477 // whether all enqueuing of weak references is complete 477 // whether all enqueueing of weak references is complete
478 bool enqueuing_is_done() { return _enqueuing_is_done; } 478 bool enqueuing_is_done() { return _enqueuing_is_done; }
479 void set_enqueuing_is_done(bool v) { _enqueuing_is_done = v; } 479 void set_enqueuing_is_done(bool v) { _enqueuing_is_done = v; }
480 480
481 // iterate over oops 481 // iterate over oops
482 void weak_oops_do(OopClosure* f); // weak roots 482 void weak_oops_do(OopClosure* f); // weak roots