RFR: 8346831: Remove the extra closing parenthesis in CTW Makefile
Qizheng Xing
qxing at openjdk.org
Wed Dec 25 06:15:39 UTC 2024
On Wed, 25 Dec 2024 03:30:14 GMT, Chen Liang <liach 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.
>
> Thanks for this fix. Let's wait for another build reviewer.
@liach @kimbarrett @lmesnik Thanks for the review!
It looks like the macOS x64 tier1 gc test timed out, I'm rerunning it. Although this patch has nothing to do with it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22878#issuecomment-2561644668
More information about the hotspot-compiler-dev
mailing list