mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-24 13:51:12 +00:00
Call ClassLoaderDataGraph::loaded_cld_do to collect ClassLoaderData in a GrowableArray and then walk through them to link the classes in each ClassLoaderData. Reviewed-by: coleenp, iklam