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

Qizheng Xing qxing at openjdk.org
Wed Dec 25 02:32:06 UTC 2024


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.

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

Commit messages:
 - Remove the extra closing parenthesis in ctw Makefile.

Changes: https://git.openjdk.org/jdk/pull/22878/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22878&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8346831
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/22878.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22878/head:pull/22878

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


More information about the hotspot-compiler-dev mailing list