hotspot/src/share/vm/gc/g1/g1EvacStats.cpp
changeset 34230 b9c64b7c06c9
parent 33605 7cf76a278055
child 35061 be6025ebffea
--- a/hotspot/src/share/vm/gc/g1/g1EvacStats.cpp	Tue Nov 17 15:14:29 2015 -0800
+++ b/hotspot/src/share/vm/gc/g1/g1EvacStats.cpp	Wed Nov 18 11:47:55 2015 -0500
@@ -23,6 +23,7 @@
  */
 
 #include "precompiled.hpp"
+#include "memory/allocation.inline.hpp"
 #include "gc/g1/g1EvacStats.hpp"
 #include "gc/shared/gcId.hpp"
 #include "trace/tracing.hpp"
@@ -114,3 +115,4 @@
   reset();
 }
 
+G1EvacStats::~G1EvacStats() { }