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

Eirik Bjørsnøs eirbjo at openjdk.org
Fri Jun 27 08:52:43 UTC 2025


On Fri, 27 Jun 2025 07:51:54 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:
> 
>   Clean up jtreg directives

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

> 57:  *          jdk.jlink/jdk.tools.jmod
> 58:  *          jdk.jlink/jdk.tools.jimage
> 59:  *          jdk.compiler

Seems `jdk.compiler` is no longer used and can be cleaned up.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25981#discussion_r2171277779


More information about the core-libs-dev mailing list