< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMarkThread.inline.hpp

Print this page
rev 60794 : imported patch 8247928-sjohanss-review

@@ -33,9 +33,9 @@
   return _vtime_accum + _cm->all_task_accum_vtime();
 }
 
 // Marking virtual time so far
 inline double G1ConcurrentMarkThread::vtime_mark_accum() {
-  return _vtime_mark_accum + _cm->all_task_accum_vtime();
+  return _cm->all_task_accum_vtime();
 }
 
 #endif // SHARE_GC_G1_G1CONCURRENTMARKTHREAD_INLINE_HPP
< prev index next >