Integrated: 8308463: Refactor regenerated class handling in lambdaFormInvokers.cpp
Ioi Lam
iklam at openjdk.org
Thu Jun 29 04:31:07 UTC 2023
On Wed, 21 Jun 2023 00:00:06 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> The handling of regenerated classes need to be refactored to enable future development:
>
> - Improve the API to access the regenerated classes and their methods
> - Allow more classes to be regenerated, not just the Lambda Form invokers. Therefore, the code is moved to a new file cds/regeneratedClasses.cpp
>
>
> Please see the bug report [JDK-8308463](https://bugs.openjdk.org/browse/JDK-8308463) for motivation of this PR.
This pull request has now been integrated.
Changeset: cf8d7063
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cf8d7063006e29fcf83e88a63fe940eaaf0d12df
Stats: 214 lines in 7 files changed: 186 ins; 22 del; 6 mod
8308463: Refactor regenerated class handling in lambdaFormInvokers.cpp
Reviewed-by: coleenp, dholmes, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/14573
More information about the hotspot-runtime-dev
mailing list