src/share/vm/gc_implementation/shared/gcTraceSend.cpp

Print this page

        

@@ -112,11 +112,12 @@
     e.set_data(to_trace_struct(pf_info));
     e.commit();
   }
 }
 
-void CMSTracer::send_concurrent_mode_failure_event() {
+// Common to CMS and G1
+void OldGCTracer::send_concurrent_mode_failure_event() {
   EventConcurrentModeFailure e;
   if (e.should_commit()) {
     e.set_gcId(_shared_gc_info.id());
     e.commit();
   }