RFR JDK-8022795: Method.isVarargs of dynamic proxy generated method to match the proxy interface method

Roger Riggs Roger.Riggs at oracle.com
Wed Jul 22 23:47:56 UTC 2020


Hi Mandy,

Looks good.

On 7/22/20 6:40 PM, Mandy Chung wrote:
> Please review the CSR: https://bugs.openjdk.java.net/browse/JDK-8249939
>
> Thanks
> Mandy
>
> On 7/22/20 1:55 PM, Joe Darcy wrote:
>> Hi Mandy,
>>
>> The behavior change looks okay; please file a CSR for this too.
>>
>> Thanks,
>>
>> -Joe
>>
>> On 7/22/2020 12:04 PM, Mandy Chung wrote:
>>> Webrev:
>>> http://cr.openjdk.java.net/~mchung/jdk16/webrevs/8022795/webrev.00/
>>>
>>> A small improvement to the dynamic proxy generated method to have
>>> ACC_VARARGS matching the method declared in a proxy interface if set.
>>> If there are two or more proxy interfaces declaring such a method,
>>> it matches the method declared in the first proxy interface.
>>>
>>> thanks
>>> Mandy
>>>
>



More information about the core-libs-dev mailing list