RFR 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files

Ioi Lam ioi.lam at oracle.com
Thu Sep 27 20:01:49 UTC 2018


Looks good!

Thanks

- Ioi


On 9/27/18 1:51 PM, coleen.phillimore at oracle.com wrote:
> I think this might be as good of a time as any to split these files.  
> This should help with too much coupling between the graph and the 
> class loader data itself.  The only function changed and not moved is 
> added an API in ClassLoaderDataGraph.
>
>  110   static void adjust_saved_class(ClassLoaderData* cld);
>  111   static void adjust_saved_class(Klass* klass);
>
>
> open webrev at http://cr.openjdk.java.net/~coleenp/8209645.01/webrev
> bug link https://bugs.openjdk.java.net/browse/JDK-8209645
>
> Tested for mach5 hs-tier1-3
>
> Thanks,
> Coleen



More information about the hotspot-runtime-dev mailing list