RFR: 8308463: Refactor regenerated class handling in lambdaFormInvokers.cpp [v4]
    David Holmes 
    dholmes at openjdk.org
       
    Thu Jun 29 01:03:09 UTC 2023
    
    
  
On Wed, 28 Jun 2023 22:59:13 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.
>
> Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
> 
>  - Merge branch 'master' into 8308463-refactor-regenerated-class-handling
>  - changed log to warning
>  - @coleenp comments
>  - @dholmes-ora comments
>  - @coleenp review comments
>  - 8308463: Refactor regenerated class handling in lambdaFormInvokers.cpp
Seems fine. Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14573#pullrequestreview-1504419664
    
    
More information about the hotspot-runtime-dev
mailing list