hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.hpp
changeset 3691 c84b8483cd2c
parent 3261 c7d5aae8d3f7
child 4022 2ec87d5043f7
equal deleted inserted replaced
3612:4a1819d01f58 3691:c84b8483cd2c
    40   static int _zf_waits;      //   Wait for conc zero-fill completion.
    40   static int _zf_waits;      //   Wait for conc zero-fill completion.
    41 
    41 
    42   // Number of regions CFZ thread fills.
    42   // Number of regions CFZ thread fills.
    43   static int _regions_filled;
    43   static int _regions_filled;
    44 
    44 
    45   COTracker _co_tracker;
       
    46 
       
    47   double _vtime_start;  // Initial virtual time.
    45   double _vtime_start;  // Initial virtual time.
    48 
    46 
    49   // These are static because the "print_summary_info" method is, and
    47   // These are static because the "print_summary_info" method is, and
    50   // it currently assumes there is only one ZF thread.  We'll change when
    48   // it currently assumes there is only one ZF thread.  We'll change when
    51   // we need to.
    49   // we need to.