RFR: 8332457: Examine startup overheads from JDK-8294961 [v9]

Adam Sotona asotona at openjdk.org
Tue May 28 15:19:16 UTC 2024


On Tue, 28 May 2024 15:11:39 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   removed obsolete entry
>
> src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java line 676:
> 
>> 674:                                 toClassDesc(fromClass),
>> 675:                                 method.getName(),
>> 676:                                 MethodType.methodType(method.getReturnType(), method.getParameterTypes()).describeConstable().get()));
> 
> Suggestion:
> 
>                                 desc);

good catch :)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19410#discussion_r1617486750


More information about the core-libs-dev mailing list