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

Print this page

        

@@ -97,10 +97,11 @@
   // Accessors
   static uint             tenuring_threshold()  { return _tenuring_threshold; }
   static elapsedTimer*    accumulated_time()    { return &_accumulated_time; }
   static int              consecutive_skipped_scavenges()
     { return _consecutive_skipped_scavenges; }
+  static ParallelScavengeTracer* const gc_tracer()    { return &_gc_tracer; }
 
   // Performance Counters
   static CollectorCounters* counters()           { return _counters; }
 
   // Used by scavenge_contents && psMarkSweep