Integrated: JDK-8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242

2023-06-26 Thread Mandy Chung
On Mon, 26 Jun 2023 21:21:41 GMT, Mandy Chung wrote: > A trivial fix to correct the expected result to be `Inner[].class`. I > missed the rerun of the test to verify the last-minute edit to the test by > JDK-8310242. This pull request has now been integrated. Changeset: 7c6a28fd Author:

Re: Integrated: JDK-8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242

2023-06-26 Thread Daniel D . Daugherty
On Mon, 26 Jun 2023 21:21:41 GMT, Mandy Chung wrote: > A trivial fix to correct the expected result to be `Inner[].class`. I > missed the rerun of the test to verify the last-minute edit to the test by > JDK-8310242. Thumbs up. This is a trivial fix. - PR Comment:

Re: Integrated: JDK-8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242

2023-06-26 Thread David Holmes
On Mon, 26 Jun 2023 21:21:41 GMT, Mandy Chung wrote: > A trivial fix to correct the expected result to be `Inner[].class`. I > missed the rerun of the test to verify the last-minute edit to the test by > JDK-8310242. Looks good. - Marked as reviewed by dholmes (Reviewer). PR

Re: Integrated: JDK-8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242

2023-06-26 Thread Mandy Chung
On Mon, 26 Jun 2023 21:21:41 GMT, Mandy Chung wrote: > A trivial fix to correct the expected result to be `Inner[].class`. I > missed the rerun of the test to verify the last-minute edit to the test by > JDK-8310242. thanks for the prompt review. - PR Comment:

Integrated: JDK-8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242

2023-06-26 Thread Mandy Chung
A trivial fix to correct the expected result to be `Inner[].class`. I missed the rerun of the test to verify the last-minute edit to the test by JDK-8310242. - Commit messages: - JDK-8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242