On Mon, 26 Jun 2023 22:02:28 GMT, Chen Liang <li...@openjdk.org> wrote:

>> This patch touches java.lang.reflect and java.lang.invoke packages. It 
>> replaces instanceof + cast with pattern matching and updates  
>> Array.newInstance().getClass() patterns with arrayType() for obtaining array 
>> types of a class.
>
> Chen Liang has updated the pull request incrementally with two additional 
> commits since the last revision:
> 
>  - Wrap line that is too long
>  - Use single space for single-line if statements
>    
>    Co-authored-by: Andrey Turbanov <turban...@gmail.com>

Tests pass, integrating. Thank you for your reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/14642#issuecomment-1608795933

Reply via email to