< prev index next >

src/hotspot/share/classfile/classLoaderDataGraph.hpp

Print this page

        

*** 71,80 **** --- 71,82 ---- // Iteration through CLDG inside a safepoint; GC support static void cld_do(CLDClosure* cl); static void cld_unloading_do(CLDClosure* cl); static void roots_cld_do(CLDClosure* strong, CLDClosure* weak); static void always_strong_cld_do(CLDClosure* cl); + // Iteration through CLDG not by GC. + static void loaded_cld_do(CLDClosure* cl); // klass do // Walking classes through the ClassLoaderDataGraph include array classes. It also includes // classes that are allocated but not loaded, classes that have errors, and scratch classes // for redefinition. These classes are removed during the next class unloading. // Walking the ClassLoaderDataGraph also includes unsafe anonymous classes.
< prev index next >