src/hotspot/share/services/heapDumper.cpp
changeset 49734 f946776e9354
parent 49594 898ef81cbc0e
child 51329 9c68699bebe5
--- a/src/hotspot/share/services/heapDumper.cpp	Tue Apr 10 12:20:00 2018 +0200
+++ b/src/hotspot/share/services/heapDumper.cpp	Tue Apr 10 12:21:05 2018 +0200
@@ -28,7 +28,6 @@
 #include "classfile/systemDictionary.hpp"
 #include "classfile/vmSymbols.hpp"
 #include "gc/shared/gcLocker.hpp"
-#include "gc/shared/genCollectedHeap.hpp"
 #include "gc/shared/vmGCOperations.hpp"
 #include "memory/allocation.inline.hpp"
 #include "memory/resourceArea.hpp"
@@ -52,9 +51,6 @@
 #include "services/threadService.hpp"
 #include "utilities/macros.hpp"
 #include "utilities/ostream.hpp"
-#if INCLUDE_ALL_GCS
-#include "gc/parallel/parallelScavengeHeap.hpp"
-#endif // INCLUDE_ALL_GCS
 
 /*
  * HPROF binary format - description copied from: