RFR: 8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out
SendaoYan
syan at openjdk.org
Mon Sep 29 14:37:02 UTC 2025
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 affect by other tests.
So I want to change the default timeout value from 120 to 240, this will make this test run success steady.
-------------
Commit messages:
- 8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out
Changes: https://git.openjdk.org/jdk/pull/27550/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27550&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8368866
Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/27550.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27550/head:pull/27550
PR: https://git.openjdk.org/jdk/pull/27550
More information about the hotspot-compiler-dev
mailing list