File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
src/hotspot/share/gc/shenandoah Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 24
24
25
25
#include " precompiled.hpp"
26
26
27
- #include " classfile/classLoaderDataGraph.hpp"
28
- #include " classfile/stringTable.hpp"
29
- #include " code/codeCache.hpp"
27
+ #include " classfile/classLoaderData.hpp"
30
28
#include " code/nmethod.hpp"
31
29
#include " gc/shenandoah/shenandoahClosures.inline.hpp"
32
30
#include " gc/shenandoah/shenandoahConcurrentRoots.hpp"
33
31
#include " gc/shenandoah/shenandoahRootProcessor.inline.hpp"
34
32
#include " gc/shenandoah/shenandoahHeap.inline.hpp"
35
33
#include " gc/shenandoah/shenandoahPhaseTimings.hpp"
36
34
#include " gc/shenandoah/shenandoahStringDedup.hpp"
37
- #include " gc/shenandoah/shenandoahVMOperations.hpp"
38
35
#include " memory/iterator.hpp"
39
36
#include " memory/resourceArea.hpp"
40
37
#include " runtime/thread.hpp"
Original file line number Diff line number Diff line change 26
26
#define SHARE_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_INLINE_HPP
27
27
28
28
#include " classfile/classLoaderDataGraph.hpp"
29
- #include " classfile/stringTable.hpp"
30
- #include " classfile/systemDictionary.hpp"
31
29
#include " gc/shared/oopStorageSetParState.inline.hpp"
32
30
#include " gc/shenandoah/shenandoahClosures.inline.hpp"
33
31
#include " gc/shenandoah/shenandoahConcurrentRoots.hpp"
37
35
#include " gc/shenandoah/shenandoahUtils.hpp"
38
36
#include " gc/shenandoah/heuristics/shenandoahHeuristics.hpp"
39
37
#include " memory/resourceArea.hpp"
40
- #include " prims/resolvedMethodTable.hpp"
41
38
#include " runtime/safepoint.hpp"
42
39
43
40
template <bool CONCURRENT>
You can’t perform that action at this time.
0 commit comments