Integrated: 8296433: Encountered null CLD while loading shared lambda proxy class
Calvin Cheung
ccheung at openjdk.org
Tue Nov 8 21:58:31 UTC 2022
On Tue, 8 Nov 2022 00:18:54 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Please review this simple fix for calling `load_shared_class()`, which initializes `class_loader_data` prior to `set_nest_host()` in `SystemDictionary::load_shared_lambda_proxy_class()`. Otherwise, a null `class_loader_data` would be encountered in `set_nest_host()`; it would fail the added assertion in `set_nest_host()`.
>
> Passed tiers 1 and 2 testing on Oracle supported platforms.
This pull request has now been integrated.
Changeset: d04d6566
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d04d6566b0cc9b68cff48871d195ee54f1c194ff
Stats: 13 lines in 2 files changed: 7 ins; 6 del; 0 mod
8296433: Encountered null CLD while loading shared lambda proxy class
Reviewed-by: iklam, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/11031
More information about the hotspot-runtime-dev
mailing list