[jdk25u-dev] RFR: 8354894: java/lang/Thread/virtual/Starvation.java timeout on server with high CPUs

Roland Mesde duke at openjdk.org
Wed Dec 3 16:43:12 UTC 2025


On Wed, 3 Dec 2025 16:28:05 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> AFAICS, the `timeout=800` -> `timeout=200` change was part of [JDK-8260555: Change the default TIMEOUT_FACTOR from 4 to 1](https://bugs.openjdk.org/browse/JDK-8260555), which was reverted by [JDK-8369491](https://bugs.openjdk.org/browse/JDK-8369491), but mainline just never needed to update the test back, because this fix landed.

The original commit indicates that the default 120 timeout is sufficient, so the explicit timeout can be removed. This was also tested in a 96 core EC2 instance.

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

PR Comment: https://git.openjdk.org/jdk25u-dev/pull/49#issuecomment-3607743315


More information about the jdk-updates-dev mailing list