< prev index next >

src/hotspot/share/gc/g1/g1RootClosures.hpp

Print this page
rev 56301 : imported patch 8159984-slow

*** 47,60 **** virtual CodeBlobClosure* strong_codeblobs() = 0; }; class G1EvacuationRootClosures : public G1RootClosures { public: - // Applied to the weakly reachable CLDs when all strongly reachable - // CLDs are guaranteed to have been processed. - virtual CLDClosure* second_pass_weak_clds() = 0; - // 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; --- 47,56 ----
< prev index next >