src/hotspot/share/gc/shared/gcTraceSend.cpp
changeset 53411 aa87f38fcba2
parent 50113 caf115bb98ad
child 58002 01d31583f25c
--- a/src/hotspot/share/gc/shared/gcTraceSend.cpp	Mon Jan 21 10:05:24 2019 +0100
+++ b/src/hotspot/share/gc/shared/gcTraceSend.cpp	Mon Jan 21 12:19:00 2019 +0100
@@ -32,7 +32,7 @@
 #include "runtime/os.hpp"
 #include "utilities/macros.hpp"
 #if INCLUDE_G1GC
-#include "gc/g1/evacuationInfo.hpp"
+#include "gc/g1/g1EvacuationInfo.hpp"
 #include "gc/g1/g1YCTypes.hpp"
 #endif
 
@@ -209,7 +209,7 @@
   }
 }
 
-void G1NewTracer::send_evacuation_info_event(EvacuationInfo* info) {
+void G1NewTracer::send_evacuation_info_event(G1EvacuationInfo* info) {
   EventEvacuationInformation e;
   if (e.should_commit()) {
     e.set_gcId(GCId::current());