Integrated: 8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out

SendaoYan syan at openjdk.org
Thu Oct 2 12:40:02 UTC 2025


On Mon, 29 Sep 2025 14:30:32 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> 
> When I run test compiler/codecache/stress/UnexpectedDeoptimizationTest.java standalone, test occupy about 6 CPU threads.
> 
> The default timeout factor was change from 4 to 1 by [JDK-8260555](https://bugs.openjdk.org/browse/JDK-8260555). This make test compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out when this test run with other tests simultancely, because this is stress test which may affected by other tests.
> 
> So I want to change the default timeout value from 120 to 240, this will make this test run success steady.

This pull request has now been integrated.

Changeset: cc563c87
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cc563c87cd277fbc96fb77af1e99f6c018ccc020
Stats:     6 lines in 1 file changed: 0 ins; 0 del; 6 mod

8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out

Reviewed-by: shade, mhaessig

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

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


More information about the hotspot-compiler-dev mailing list