RFR: 8164714: Constructor.newInstance creates instance of inner class with null outer class [v2]
Roger Riggs
rriggs at openjdk.org
Tue Mar 11 19:27:58 UTC 2025
On Mon, 10 Mar 2025 17:06:03 GMT, Chen Liang <liach at openjdk.org> wrote:
>> then we should add the bug id to the test
>
> I noted https://bugs.openjdk.org/browse/JDK-8292275 also changed many tests that this patch has changed but did not add the bug id. Is the bug id only to indicate which bug's regression is a test testing against?
Jtreg supports the -bug:<bugid> option to run matching tests.
Adding the bugid is an aid in verifying bugs. If it was missed being added earlier it can be added now. But it is unlikely it will be missed by anyone.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23875#discussion_r1989991176
More information about the compiler-dev
mailing list