Skip to content

Commit f509eb0

Browse files
committed
8253219: Epsilon: clean up unnecessary includes
Reviewed-by: tschatzl, kbarrett
1 parent 7f9b5d9 commit f509eb0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/hotspot/share/gc/epsilon/epsilonArguments.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "gc/shared/gcArguments.hpp"
2929
#include "runtime/globals.hpp"
3030
#include "runtime/globals_extension.hpp"
31-
#include "runtime/vm_version.hpp"
3231
#include "utilities/macros.hpp"
3332

3433
size_t EpsilonArguments::conservative_max_heap_alignment() {

src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "gc/epsilon/epsilonHeap.hpp"
2828
#include "gc/shared/generationCounters.hpp"
2929
#include "memory/allocation.hpp"
30-
#include "memory/allocation.inline.hpp"
3130
#include "memory/metaspaceCounters.hpp"
3231
#include "memory/resourceArea.hpp"
3332
#include "services/memoryService.hpp"

0 commit comments

Comments
 (0)