src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

changeset 6992
2c6ef90f030a
parent 5515
9766f73e770d
child 7031
ee019285a52c
     1.1 --- a/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Tue Jul 01 09:03:55 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Mon Jul 07 10:12:40 2014 +0200
     1.3 @@ -69,7 +69,7 @@
     1.4    ParScanWithoutBarrierClosure         _to_space_closure; // scan_without_gc_barrier
     1.5    ParScanWithBarrierClosure            _old_gen_closure; // scan_with_gc_barrier
     1.6    ParRootScanWithoutBarrierClosure     _to_space_root_closure; // scan_root_without_gc_barrier
     1.7 -  // One of these two will be passed to process_strong_roots, which will
     1.8 +  // One of these two will be passed to process_roots, which will
     1.9    // set its generation.  The first is for two-gen configs where the
    1.10    // old gen collects the perm gen; the second is for arbitrary configs.
    1.11    // The second isn't used right now (it used to be used for the train, an

mercurial