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

Julian Waters jwaters at openjdk.org
Sun Dec 29 08:35:40 UTC 2024


On Wed, 25 Dec 2024 02:27:30 GMT, Qizheng Xing <qxing 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

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

Marked as reviewed by jwaters (Committer).

PR Review: https://git.openjdk.org/jdk/pull/22878#pullrequestreview-2524902297


More information about the hotspot-compiler-dev mailing list