RFR: 8366222: TestCompileTaskTimeout causes asserts after JDK-8365909

Manuel Hässig mhaessig at openjdk.org
Wed Aug 27 15:08:06 UTC 2025


This PR increases the timeout of the positive test case in `compiler/arguments/TestCompileTaskTimeout.java`, because it was too low, such that the test case failed on some systems. The new timeout of 2s should be large enough for all systems.

Testing:
 - [ ] Github Actions
 - [ ] tier1,tier2 Linux fastdebug x64, aarch64

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

Commit messages:
 - Increase timeout for positive test in TestCompileTaskTimeout

Changes: https://git.openjdk.org/jdk/pull/26963/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26963&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8366222
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/26963.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26963/head:pull/26963

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


More information about the hotspot-compiler-dev mailing list