RFR: 8369020: fix test timeout issue for compiler/intrinsics/TestLongUnsignedDivMod.java by removing warmup counts

Srinivas Vamsi Parasa sparasa at openjdk.org
Wed Dec 10 23:40:02 UTC 2025


The goal of this PR is to address the test timeout issue reported. This test currently has a warmup count of 10,000. By removing the mandatory warmup count, this test seeks to address the timeout issue.

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

Commit messages:
 - 8369020: fix test timeout issue for compiler/intrinsics/TestLongUnsignedDivMod.java by removing warmup counts

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

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


More information about the hotspot-compiler-dev mailing list