src/hotspot/share/jfr/leakprofiler/chains/rootSetClosure.hpp
changeset 50752 9d62da00bf15
parent 50113 caf115bb98ad
child 53244 9807daeb47c4
--- a/src/hotspot/share/jfr/leakprofiler/chains/rootSetClosure.hpp	Mon Jun 25 12:44:52 2018 +0200
+++ b/src/hotspot/share/jfr/leakprofiler/chains/rootSetClosure.hpp	Sat May 26 06:59:49 2018 +0200
@@ -30,7 +30,7 @@
 
 class EdgeQueue;
 
-class RootSetClosure: public ExtendedOopClosure {
+class RootSetClosure: public BasicOopIterateClosure {
  private:
   RootSetClosure(EdgeQueue* edge_queue);
   EdgeQueue* _edge_queue;