< prev index next >

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

Print this page
rev 56299 : imported patch 8231117-remove-raw-strong-oops

*** 51,63 **** 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; - // Get a raw oop closure for processing oops, bypassing the flushing above. - virtual OopClosure* raw_strong_oops() = 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; --- 51,60 ----
< prev index next >