RFR: 8318490: Increase timeout for JDK tests that are close to the limit when run with libgraal
Gergö Barany
gbarany at openjdk.org
Thu Nov 23 08:37:05 UTC 2023
On Tue, 21 Nov 2023 17:44:32 GMT, Gergö Barany <gbarany at openjdk.org> wrote:
> Several JDK tests take more time to run with libgraal compared to C2 and can run into timeouts. Increase the timeouts for affected tests.
Yes, these timeouts happen occasionally with `-Xcomp` due to higher compilation time than with C2. We will gradually improve this. Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16770#issuecomment-1823980083
More information about the hotspot-compiler-dev
mailing list