< prev index next >

src/share/vm/gc_implementation/g1/concurrentMark.cpp

Print this page

        

@@ -865,15 +865,10 @@
   reset_marking_state();
   _active_tasks = 0;
   clear_concurrent_marking_in_progress();
 }
 
-ConcurrentMark::~ConcurrentMark() {
-  // The ConcurrentMark instance is never freed.
-  ShouldNotReachHere();
-}
-
 void ConcurrentMark::clearNextBitmap() {
   G1CollectedHeap* g1h = G1CollectedHeap::heap();
 
   // Make sure that the concurrent mark thread looks to still be in
   // the current cycle.
< prev index next >