RFR: 8362602: Add test.timeout.factor to CompileFactory to avoid test timeouts
SendaoYan
syan at openjdk.org
Fri Jul 18 14:58:49 UTC 2025
On Fri, 18 Jul 2025 13:16:41 GMT, David Briemann <dbriemann at openjdk.org> wrote:
> Add the TimeoutFactor property to the CompileFramework to avoid timeouts on different systems.
test/hotspot/jtreg/compiler/lib/compile_framework/Compile.java line 43:
> 41: class Compile {
> 42: private static final int COMPILE_TIMEOUT = 60;
> 43: private static final float timeoutFactor = Float.parseFloat(System.getProperty("test.timeout.factor", "1.0"));
Should we update the copyright year.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26388#discussion_r2216275658
More information about the hotspot-compiler-dev
mailing list