RFR: 8359174: tools/jlink/JLink20000Packages.java timed out [v2]

Jaikiran Pai jpai at openjdk.org
Thu Jun 26 04:41:28 UTC 2025


On Thu, 26 Jun 2025 01:48:33 GMT, Henry Jen <henryjen at openjdk.org> wrote:

>> Create a jar directly from the memory instead of real file, this should reduce the I/O overhead which likely the reason for the time out.
>> The issue is not reproducible locally, and fails intermittently, so we simply trying to reduce time needed.
>> The jar file created is verified manually running jtreg with retain=all.
>
> Henry Jen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright year

Overall this test-only change looks reasonable to me.

test/jdk/tools/jlink/JLink20000Packages.java line 2:

> 1: /*
> 2:  * Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.

Hello Henry, this appears to be a typo. It should have been `2024, 2025, `

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

PR Comment: https://git.openjdk.org/jdk/pull/25981#issuecomment-3007025052
PR Review Comment: https://git.openjdk.org/jdk/pull/25981#discussion_r2168087736


More information about the core-libs-dev mailing list