From f509eb069da3a482c1d4e58d959c79f8cb729fdd Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Wed, 16 Sep 2020 11:17:51 +0000 Subject: [PATCH] 8253219: Epsilon: clean up unnecessary includes Reviewed-by: tschatzl, kbarrett --- src/hotspot/share/gc/epsilon/epsilonArguments.cpp | 1 - src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/hotspot/share/gc/epsilon/epsilonArguments.cpp b/src/hotspot/share/gc/epsilon/epsilonArguments.cpp index 52652ed687c..17cac8d86bf 100644 --- a/src/hotspot/share/gc/epsilon/epsilonArguments.cpp +++ b/src/hotspot/share/gc/epsilon/epsilonArguments.cpp @@ -28,7 +28,6 @@ #include "gc/shared/gcArguments.hpp" #include "runtime/globals.hpp" #include "runtime/globals_extension.hpp" -#include "runtime/vm_version.hpp" #include "utilities/macros.hpp" size_t EpsilonArguments::conservative_max_heap_alignment() { diff --git a/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp b/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp index 666cbfdebe7..6ced6ae55f7 100644 --- a/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp +++ b/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp @@ -27,7 +27,6 @@ #include "gc/epsilon/epsilonHeap.hpp" #include "gc/shared/generationCounters.hpp" #include "memory/allocation.hpp" -#include "memory/allocation.inline.hpp" #include "memory/metaspaceCounters.hpp" #include "memory/resourceArea.hpp" #include "services/memoryService.hpp"