< prev index next >

src/hotspot/share/gc/parallel/psMarkSweep.hpp

Print this page
rev 49913 : imported patch 8201492-stefanj-review
rev 49914 : [mq]: 8201492-kim-review

@@ -38,11 +38,11 @@
  private:
   static elapsedTimer        _accumulated_time;
   static jlong               _time_of_last_gc;   // ms
   static CollectorCounters*  _counters;
 
-  static SpanSubjectToDiscoveryClosure _span_discoverer;
+  static SpanSubjectToDiscoveryClosure _span_based_discoverer;
 
   // Closure accessors
   static OopClosure* mark_and_push_closure()   { return &MarkSweep::mark_and_push_closure; }
   static VoidClosure* follow_stack_closure()   { return &MarkSweep::follow_stack_closure; }
   static CLDClosure* follow_cld_closure()      { return &MarkSweep::follow_cld_closure; }
< prev index next >