RFR: 8359174: tools/jlink/JLink20000Packages.java timed out [v3]
Eirik Bjørsnøs
eirbjo at openjdk.org
Thu Jun 26 06:58:27 UTC 2025
On Thu, 26 Jun 2025 06:16:06 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
For these simple class files I would assume using the class file API to generate the class files directly without involving javac at all would both simplify this test and run faster.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25981#issuecomment-3007380608
More information about the core-libs-dev
mailing list