RFR: 8333749: Consolidate ConstantDesc conversion in java.base [v5]
    Jorn Vernee 
    jvernee at openjdk.org
       
    Fri Jun  7 13:23:13 UTC 2024
    
    
  
On Fri, 7 Jun 2024 12:35:37 GMT, Chen Liang <liach at openjdk.org> wrote:
>> In java.base, especially in bytecode generators, we have many different methods converting known valid Class and MethodType into ClassDesc and MethodTypeDesc. These conversions should be consolidated into the same utility method for the ease of future maintenance.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   One other place can use wrapperClassDescriptor
Marked as reviewed by jvernee (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/19585#pullrequestreview-2104537265
    
    
More information about the core-libs-dev
mailing list