hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp
changeset 28177 318600b0d7db
parent 18025 b7bcf7497f93
child 29208 b570d043f295
equal deleted inserted replaced
28176:cb40f69fb5ea 28177:318600b0d7db
    90   static HeapWord* to_space_top_before_gc() { return _to_space_top_before_gc; }
    90   static HeapWord* to_space_top_before_gc() { return _to_space_top_before_gc; }
    91   static inline void save_to_space_top_before_gc();
    91   static inline void save_to_space_top_before_gc();
    92 
    92 
    93   // Private accessors
    93   // Private accessors
    94   static CardTableExtension* const card_table()       { assert(_card_table != NULL, "Sanity"); return _card_table; }
    94   static CardTableExtension* const card_table()       { assert(_card_table != NULL, "Sanity"); return _card_table; }
       
    95   static const ParallelScavengeTracer* gc_tracer() { return &_gc_tracer; }
    95 
    96 
    96  public:
    97  public:
    97   // Accessors
    98   // Accessors
    98   static uint             tenuring_threshold()  { return _tenuring_threshold; }
    99   static uint             tenuring_threshold()  { return _tenuring_threshold; }
    99   static elapsedTimer*    accumulated_time()    { return &_accumulated_time; }
   100   static elapsedTimer*    accumulated_time()    { return &_accumulated_time; }