RFR: 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes [v7]

Adam Sotona asotona at openjdk.org
Mon Jan 8 14:05:27 UTC 2024


On Fri, 5 Jan 2024 20:43:00 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   StackCounter fix
>
> src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java line 28:
> 
>> 26: package java.lang.reflect;
>> 27: 
>> 28: import java.lang.classfile.*;
> 
> Nit:  sort the imports in alphabetical orders.

Will fix, thanks.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17121#discussion_r1444693996


More information about the core-libs-dev mailing list