--- 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;