Integrated: 8298468: Clean up class_loader parameters
Coleen Phillimore
coleenp at openjdk.org
Thu Dec 15 19:58:11 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.
This pull request has now been integrated.
Changeset: 10737e16
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/10737e168c967a08e257927251861bf2c14795ab
Stats: 102 lines in 5 files changed: 10 ins; 26 del; 66 mod
8298468: Clean up class_loader parameters
Reviewed-by: dholmes, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/11672
More information about the hotspot-runtime-dev
mailing list