< prev index next >

src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp

Print this page

        

@@ -90,10 +90,11 @@
   static HeapWord* to_space_top_before_gc() { return _to_space_top_before_gc; }
   static inline void save_to_space_top_before_gc();
 
   // Private accessors
   static CardTableExtension* const card_table()       { assert(_card_table != NULL, "Sanity"); return _card_table; }
+  static const ParallelScavengeTracer* gc_tracer() { return &_gc_tracer; }
 
  public:
   // Accessors
   static uint             tenuring_threshold()  { return _tenuring_threshold; }
   static elapsedTimer*    accumulated_time()    { return &_accumulated_time; }
< prev index next >