< prev index next >

src/share/vm/gc/g1/concurrentMarkThread.hpp

Print this page

        

@@ -38,11 +38,10 @@
 
   double _vtime_start;  // Initial virtual time.
   double _vtime_accum;  // Accumulated virtual time.
 
   double _vtime_mark_accum;
-  void cm_log(bool doit, bool join_sts, const char* fmt, ...) ATTRIBUTE_PRINTF(4, 5);
 
  public:
   virtual void run();
 
  private:
< prev index next >