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

Print this page

        

*** 67,77 **** ParGCAllocBuffer _to_space_alloc_buffer; 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 // 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 // incremental collector) but the declaration has been left as a reminder. ParRootScanWithBarrierTwoGensClosure _older_gen_closure; --- 67,77 ---- ParGCAllocBuffer _to_space_alloc_buffer; 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_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 // incremental collector) but the declaration has been left as a reminder. ParRootScanWithBarrierTwoGensClosure _older_gen_closure;