src/hotspot/share/gc/z/zRootsIterator.hpp
changeset 52939 9a8585f60c32
parent 52617 b55c5c0ee24f
child 53843 b38d76fc4835
--- a/src/hotspot/share/gc/z/zRootsIterator.hpp	Tue Dec 11 11:29:28 2018 +0100
+++ b/src/hotspot/share/gc/z/zRootsIterator.hpp	Tue Dec 11 11:08:39 2018 +0100
@@ -33,9 +33,7 @@
 
 class ZRootsIteratorClosure : public OopClosure, public ThreadClosure {
 public:
-  virtual void do_thread(Thread* thread) {
-    thread->oops_do(this, NULL);
-  }
+  virtual void do_thread(Thread* thread);
 };
 
 typedef OopStorage::ParState<true /* concurrent */, false /* is_const */> ZOopStorageIterator;