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

Qizheng Xing qxing at openjdk.org
Sun Dec 29 08:35:41 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.

This pull request has now been integrated.

Changeset: 79958470
Author:    Qizheng Xing <qxing at openjdk.org>
Committer: Julian Waters <jwaters at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/79958470e08ade2d3584748e020bd2e18092c0cf
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8346831: Remove the extra closing parenthesis in CTW Makefile

Reviewed-by: liach, kbarrett, lmesnik, jwaters

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

PR: https://git.openjdk.org/jdk/pull/22878


More information about the hotspot-compiler-dev mailing list