RFR 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Thu Sep 27 17:51:40 UTC 2018
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