< prev index next >

src/hotspot/share/gc/g1/g1FullGCAdjustTask.hpp

Print this page
@@ -37,12 +37,13 @@
  class G1FullGCAdjustTask : public G1FullGCTask {
    G1RootProcessor          _root_processor;
    volatile bool            _references_done;
    WeakProcessor::Task      _weak_proc_task;
    HeapRegionClaimer        _hrclaimer;
-   G1AdjustClosure          _adjust;
  
+   template <bool ALT_FWD>
+   void work_impl(uint worker_id);
  public:
    G1FullGCAdjustTask(G1FullCollector* collector);
    void work(uint worker_id);
  };
  
< prev index next >