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

Henry Jen henryjen at openjdk.org
Tue Sep 2 16:50:27 UTC 2025


> 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 pull request now contains 11 commits:

 - Remove timeout from merge
 - Merge remote-tracking branch 'refs/remotes/openjdk/master' into JDK-8359174
 - Merge openjdk/master
 - Merge openjdk/master' into JDK-8359174
 - Clean up module dependencies
 - Clean up jtreg directives
 - Adapt review feedbacks
 - Update copyright year
 - Update copyright year
 - cleanup
 - ... and 1 more: https://git.openjdk.org/jdk/compare/ecf05ca5...28a6d5b7

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

Changes: https://git.openjdk.org/jdk/pull/25981/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25981&range=08
  Stats: 124 lines in 2 files changed: 56 ins; 45 del; 23 mod
  Patch: https://git.openjdk.org/jdk/pull/25981.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25981/head:pull/25981

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


More information about the core-libs-dev mailing list