On Thu, 26 Jun 2025 06:16:06 GMT, Henry Jen <henry...@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

Reply via email to