RFR: 8359174: tools/jlink/JLink20000Packages.java timed out [v7]
Chen Liang
liach at openjdk.org
Sat Aug 30 14:38:46 UTC 2025
On Fri, 1 Aug 2025 18:03:52 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains eight additional commits since the last revision:
>
> - Merge openjdk/master' into JDK-8359174
> - Clean up module dependencies
> - Clean up jtreg directives
> - Adapt review feedbacks
> - Update copyright year
> - Update copyright year
> - cleanup
> - 8359174: tools/jlink/JLink20000Packages.java timed out
The conversion from javac to bytecode generation looks clean.
-------------
Marked as reviewed by liach (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25981#pullrequestreview-3171063188
More information about the core-libs-dev
mailing list