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

Print this page

        

*** 97,106 **** --- 97,107 ---- // 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