RFR: 8318490: Increase timeout for JDK tests that are close to the limit when run with libgraal

Tom Rodriguez never at openjdk.org
Thu Nov 23 18:31:05 UTC 2023


On Thu, 23 Nov 2023 08:34:47 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!

Yes as @gergo- says, our inlining policy isn't well tuned for the Xcomp case so it can produce large graphs which hurts compile time.  We've retuned a little bit which helped many test.  We want to tune it further without nerfing it but that won't happen until all the real bugs are addressed.  We could revert these timeout changes if we make a good dent in the compile time.

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

PR Comment: https://git.openjdk.org/jdk/pull/16770#issuecomment-1824805743


More information about the hotspot-compiler-dev mailing list