< prev index next >

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

Print this page
rev 49680 : imported patch 6672778-partial-queue-trimming
rev 49681 : [mq]: 6672778-refactoring

@@ -47,14 +47,10 @@
   virtual CodeBlobClosure* strong_codeblobs() = 0;
 };
 
 class G1EvacuationRootClosures : public G1RootClosures {
 public:
-  // The amount of time spent during trimming evacuation queues ("Object Copy" time)
-  // during iterating through the roots.
-  virtual double trim_time_seconds() = 0;
-
   // Applied to the weakly reachable CLDs when all strongly reachable
   // CLDs are guaranteed to have been processed.
   virtual CLDClosure* second_pass_weak_clds() = 0;
 
   // Get a raw oop closure for processing oops, bypassing the flushing above.
< prev index next >