RFR: 8298468: Clean up class_loader parameters
David Holmes
dholmes at openjdk.org
Thu Dec 15 02:30:06 UTC 2022
On Wed, 14 Dec 2022 12:56:37 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This patch passes ClassLoaderData* rather than Handle class_loader to the LoaderConstraintTable and to some functions in SystemDictionary that only need ClassLoaderData. In general, class loading uses ClassLoaderData unless it has to call up to Java in loadClass(). There were a lot of unnecessary conversions back and forth.
> Tested with tier1-4.
Looks like a good cleanup. Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11672
More information about the hotspot-runtime-dev
mailing list