--- old/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp 2014-07-03 21:12:59.941583895 +0200 +++ new/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp 2014-07-03 21:12:59.837583899 +0200 @@ -69,7 +69,7 @@ ParScanWithoutBarrierClosure _to_space_closure; // scan_without_gc_barrier ParScanWithBarrierClosure _old_gen_closure; // scan_with_gc_barrier ParRootScanWithoutBarrierClosure _to_space_root_closure; // scan_root_without_gc_barrier - // One of these two will be passed to process_strong_roots, which will + // One of these two will be passed to process_roots, which will // set its generation. The first is for two-gen configs where the // old gen collects the perm gen; the second is for arbitrary configs. // The second isn't used right now (it used to be used for the train, an