hotspot/src/share/vm/gc/shared/gcTrace.hpp
changeset 31619 f27b8fcf4018
parent 31344 2316eb7a0358
child 32380 1dcdb686f0cb
--- a/hotspot/src/share/vm/gc/shared/gcTrace.hpp	Tue Jun 30 15:26:20 2015 -0700
+++ b/hotspot/src/share/vm/gc/shared/gcTrace.hpp	Thu Apr 30 13:33:23 2015 +0200
@@ -239,6 +239,13 @@
 };
 
 #if INCLUDE_ALL_GCS
+class G1MMUTracer : public AllStatic {
+  static void send_g1_mmu_event(const GCId& gcId, double timeSlice, double gcTime, double maxTime);
+
+ public:
+  static void report_mmu(const GCId& gcId, double timeSlice, double gcTime, double maxTime);
+};
+
 class G1NewTracer : public YoungGCTracer {
   G1YoungGCInfo _g1_young_gc_info;