On Mon, 26 Jun 2023 20:25:40 GMT, Mandy Chung <mch...@openjdk.org> wrote:

> Hi all,
> 
> This pull request contains a backport of commit 
> [7db2f087](https://github.com/openjdk/jdk/commit/7db2f08756b0aa1d79cdd2356ed42aa5ab8bc58b)
>  from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> The commit being backported was authored by Mandy Chung on 26 Jun 2023 and 
> was reviewed by Roger Riggs, Chen Liang, Alan Bateman and David Holmes.
> 
> Thanks!

test/jdk/java/lang/Class/forName/ForNameNames.java line 46:

> 44:                 Arguments.of("[Ljava.lang.String;", String[].class),
> 45:                 Arguments.of("ForNameNames$Inner", Inner.class),
> 46:                 Arguments.of("[LForNameNames$Inner;", Inner.class),

JDK-8310922 needs to be backported too.

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

PR Review Comment: https://git.openjdk.org/jdk21/pull/65#discussion_r1242860599

Reply via email to