hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp
changeset 35492 c8c0273e6b91
parent 35051 002d874a4284
child 36369 f4c151403480
equal deleted inserted replaced
35491:663c609dfeee 35492:c8c0273e6b91
    48   G1SATBCardTableModRefBS* _ct_bs;
    48   G1SATBCardTableModRefBS* _ct_bs;
    49   G1EvacuationRootClosures* _closures;
    49   G1EvacuationRootClosures* _closures;
    50 
    50 
    51   G1PLABAllocator*  _plab_allocator;
    51   G1PLABAllocator*  _plab_allocator;
    52 
    52 
    53   ageTable          _age_table;
    53   AgeTable          _age_table;
    54   InCSetState       _dest[InCSetState::Num];
    54   InCSetState       _dest[InCSetState::Num];
    55   // Local tenuring threshold.
    55   // Local tenuring threshold.
    56   uint              _tenuring_threshold;
    56   uint              _tenuring_threshold;
    57   G1ParScanClosure  _scanner;
    57   G1ParScanClosure  _scanner;
    58 
    58