< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp

Print this page
rev 47986 : Fix/improve traversal CLD processing

*** 94,103 **** --- 94,104 ---- ~ShenandoahRootProcessor(); // Apply oops, clds and blobs to all strongly reachable roots in the system void process_strong_roots(OopClosure* oops, OopClosure* weak_oops, CLDClosure* clds, + CLDClosure* weak_clds, CodeBlobClosure* blobs, ThreadClosure* thread_cl, uint worker_id); // Apply oops, clds and blobs to strongly and weakly reachable roots in the system
< prev index next >