src/hotspot/share/gc/g1/g1RootClosures.hpp
changeset 58777 18c246ad2ff9
parent 58263 4fbc534fdf69
--- a/src/hotspot/share/gc/g1/g1RootClosures.hpp	Thu Oct 24 15:53:20 2019 +0800
+++ b/src/hotspot/share/gc/g1/g1RootClosures.hpp	Thu Oct 24 11:08:16 2019 +0200
@@ -52,9 +52,6 @@
   // Applied to code blobs treated as weak roots.
   virtual CodeBlobClosure* weak_codeblobs() = 0;
 
-  // Is this closure used for tracing metadata?
-  virtual bool trace_metadata() = 0;
-
   static G1EvacuationRootClosures* create_root_closures(G1ParScanThreadState* pss, G1CollectedHeap* g1h);
 };