src/hotspot/share/gc/shared/gcTrace.hpp
changeset 53411 aa87f38fcba2
parent 53244 9807daeb47c4
child 58002 01d31583f25c
--- a/src/hotspot/share/gc/shared/gcTrace.hpp	Mon Jan 21 10:05:24 2019 +0100
+++ b/src/hotspot/share/gc/shared/gcTrace.hpp	Mon Jan 21 12:19:00 2019 +0100
@@ -38,7 +38,7 @@
 #include "gc/g1/g1YCTypes.hpp"
 #endif
 
-class EvacuationInfo;
+class G1EvacuationInfo;
 class GCHeapSummary;
 class MetaspaceChunkFreeListSummary;
 class MetaspaceSummary;
@@ -248,7 +248,7 @@
 
   void report_yc_type(G1YCType type);
   void report_gc_end_impl(const Ticks& timestamp, TimePartitions* time_partitions);
-  void report_evacuation_info(EvacuationInfo* info);
+  void report_evacuation_info(G1EvacuationInfo* info);
   void report_evacuation_failed(EvacuationFailedInfo& ef_info);
 
   void report_evacuation_statistics(const G1EvacSummary& young_summary, const G1EvacSummary& old_summary) const;
@@ -268,7 +268,7 @@
                                        bool prediction_active);
  private:
   void send_g1_young_gc_event();
-  void send_evacuation_info_event(EvacuationInfo* info);
+  void send_evacuation_info_event(G1EvacuationInfo* info);
   void send_evacuation_failed_event(const EvacuationFailedInfo& ef_info) const;
 
   void send_young_evacuation_statistics(const G1EvacSummary& summary) const;