RFR: 8346831: Remove the extra closing parenthesis in CTW Makefile

Qizheng Xing qxing at openjdk.org
Sun Dec 29 11:34:57 UTC 2024


On Sun, 29 Dec 2024 08:32:06 GMT, Julian Waters <jwaters at openjdk.org> wrote:

>> JDK-8322982 updated the Makefile in `test/hotspot/jtreg/testlibrary/ctw` to fix a previous issue with the Class-File API, which was later partially reverted by JDK-8334733 because the Class-File API left preview, but left an extra closing parenthesis in the Makefile, which caused CTW to fail to build.
>> 
>> This patch removes the extra parenthesis in the Makefile.
>
> Since there is overwhelming approval for this changeset and since it is trivial, I'll help you commit it

@TheShermanTanker Thanks for the sponsor!

Based on the discussion in https://github.com/openjdk/jdk/pull/22861, this patch should be backported to 24.

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

PR Comment: https://git.openjdk.org/jdk/pull/22878#issuecomment-2564694614


More information about the hotspot-compiler-dev mailing list