File tree Expand file tree Collapse file tree 6 files changed +0
-85
lines changed Expand file tree Collapse file tree 6 files changed +0
-85
lines changed Original file line number Diff line number Diff line change 4545#include " gc/shared/scavengableNMethods.hpp"
4646#include " gc/shared/space.hpp"
4747#include " gc/shared/spaceDecorator.hpp"
48- #include " gc/shared/strongRootsScope.hpp"
4948#include " gc/shared/weakProcessor.hpp"
5049#include " logging/log.hpp"
5150#include " memory/iterator.inline.hpp"
Original file line number Diff line number Diff line change 5656#include " gc/shared/oopStorageSet.inline.hpp"
5757#include " gc/shared/scavengableNMethods.hpp"
5858#include " gc/shared/space.hpp"
59- #include " gc/shared/strongRootsScope.hpp"
6059#include " gc/shared/suspendibleThreadSet.hpp"
6160#include " gc/shared/weakProcessor.hpp"
6261#include " gc/shared/workerThread.hpp"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626#include " classfile/stringTable.hpp"
2727#include " gc/shared/oopStorage.inline.hpp"
2828#include " gc/shared/oopStorageSet.inline.hpp"
29- #include " gc/shared/strongRootsScope.hpp"
3029#include " jfr/leakprofiler/chains/bfsClosure.hpp"
3130#include " jfr/leakprofiler/chains/dfsClosure.hpp"
3231#include " jfr/leakprofiler/chains/edgeQueue.hpp"
@@ -61,8 +60,6 @@ void RootSetClosure<Delegate>::do_oop(narrowOop* ref) {
6160 }
6261}
6362
64- class RootSetClosureMarkScope : public MarkScope {};
65-
6663template <typename Delegate>
6764class RawRootClosure : public OopClosure {
6865 Delegate* _delegate;
@@ -89,8 +86,6 @@ class RawRootClosure : public OopClosure {
8986
9087template <typename Delegate>
9188void RootSetClosure<Delegate>::process() {
92- RootSetClosureMarkScope mark_scope;
93-
9489 CLDToOopClosure cldt_closure (this , ClassLoaderData::_claim_none);
9590 ClassLoaderDataGraph::always_strong_cld_do (&cldt_closure);
9691
Original file line number Diff line number Diff line change 2626#include " classfile/stringTable.hpp"
2727#include " gc/shared/oopStorage.inline.hpp"
2828#include " gc/shared/oopStorageSet.hpp"
29- #include " gc/shared/strongRootsScope.hpp"
3029#include " jfr/leakprofiler/checkpoint/rootResolver.hpp"
3130#include " jfr/leakprofiler/utilities/unifiedOopRef.inline.hpp"
3231#include " jfr/utilities/jfrThreadIterator.hpp"
@@ -325,12 +324,7 @@ bool ReferenceToThreadRootClosure::do_thread_roots(JavaThread* jt) {
325324 return false ;
326325}
327326
328- class RootResolverMarkScope : public MarkScope {
329- };
330-
331327void RootResolver::resolve (RootCallback& callback) {
332- RootResolverMarkScope mark_scope;
333-
334328 // thread local roots
335329 ReferenceToThreadRootClosure rtrc (callback);
336330 if (rtrc.complete ()) {
You can’t perform that action at this time.
0 commit comments