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