mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-17 10:20:33 +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