src/hotspot/share/gc/shared/gcTrace.cpp
changeset 53411 aa87f38fcba2
parent 50113 caf115bb98ad
child 58002 01d31583f25c
--- a/src/hotspot/share/gc/shared/gcTrace.cpp	Mon Jan 21 10:05:24 2019 +0100
+++ b/src/hotspot/share/gc/shared/gcTrace.cpp	Mon Jan 21 12:19:00 2019 +0100
@@ -37,7 +37,7 @@
 #include "utilities/macros.hpp"
 #include "utilities/ticks.hpp"
 #if INCLUDE_G1GC
-#include "gc/g1/evacuationInfo.hpp"
+#include "gc/g1/g1EvacuationInfo.hpp"
 #endif
 
 void GCTracer::report_gc_start_impl(GCCause::Cause cause, const Ticks& timestamp) {
@@ -200,7 +200,7 @@
   send_g1_young_gc_event();
 }
 
-void G1NewTracer::report_evacuation_info(EvacuationInfo* info) {
+void G1NewTracer::report_evacuation_info(G1EvacuationInfo* info) {
   send_evacuation_info_event(info);
 }