src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp
changeset 54882 b99e97bc5040
parent 54687 df2b3565f343
child 54924 ba1eccda5450
equal deleted inserted replaced
54881:80991d58b947 54882:b99e97bc5040
   105                         CLDClosure* clds,
   105                         CLDClosure* clds,
   106                         CodeBlobClosure* blobs,
   106                         CodeBlobClosure* blobs,
   107                         ThreadClosure* thread_cl,
   107                         ThreadClosure* thread_cl,
   108                         uint worker_id);
   108                         uint worker_id);
   109 
   109 
   110   // For slow debug/verification code
       
   111   void process_all_roots_slow(OopClosure* oops);
       
   112 
       
   113   // Number of worker threads used by the root processor.
   110   // Number of worker threads used by the root processor.
   114   uint n_workers() const;
   111   uint n_workers() const;
   115 };
   112 };
   116 
   113 
   117 class ShenandoahRootEvacuator : public StackObj {
   114 class ShenandoahRootEvacuator : public StackObj {