Skip to content

Commit d250f9e

Browse files
committed
8253244: Shenandoah: cleanup includes in Shenandoah root processor files
Reviewed-by: shade
1 parent d38c97d commit d250f9e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@
2424

2525
#include "precompiled.hpp"
2626

27-
#include "classfile/classLoaderDataGraph.hpp"
28-
#include "classfile/stringTable.hpp"
29-
#include "code/codeCache.hpp"
27+
#include "classfile/classLoaderData.hpp"
3028
#include "code/nmethod.hpp"
3129
#include "gc/shenandoah/shenandoahClosures.inline.hpp"
3230
#include "gc/shenandoah/shenandoahConcurrentRoots.hpp"
3331
#include "gc/shenandoah/shenandoahRootProcessor.inline.hpp"
3432
#include "gc/shenandoah/shenandoahHeap.inline.hpp"
3533
#include "gc/shenandoah/shenandoahPhaseTimings.hpp"
3634
#include "gc/shenandoah/shenandoahStringDedup.hpp"
37-
#include "gc/shenandoah/shenandoahVMOperations.hpp"
3835
#include "memory/iterator.hpp"
3936
#include "memory/resourceArea.hpp"
4037
#include "runtime/thread.hpp"

src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.inline.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#define SHARE_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_INLINE_HPP
2727

2828
#include "classfile/classLoaderDataGraph.hpp"
29-
#include "classfile/stringTable.hpp"
30-
#include "classfile/systemDictionary.hpp"
3129
#include "gc/shared/oopStorageSetParState.inline.hpp"
3230
#include "gc/shenandoah/shenandoahClosures.inline.hpp"
3331
#include "gc/shenandoah/shenandoahConcurrentRoots.hpp"
@@ -37,7 +35,6 @@
3735
#include "gc/shenandoah/shenandoahUtils.hpp"
3836
#include "gc/shenandoah/heuristics/shenandoahHeuristics.hpp"
3937
#include "memory/resourceArea.hpp"
40-
#include "prims/resolvedMethodTable.hpp"
4138
#include "runtime/safepoint.hpp"
4239

4340
template <bool CONCURRENT>

0 commit comments

Comments
 (0)