[lworld] RFR: 8378593: [lworld] compiler/valhalla/inlinetypes/TestTearing.java still times out
Tobias Hartmann
thartmann at openjdk.org
Wed Feb 25 11:31:04 UTC 2026
Some runs of `TestTearing` still time out on slow machines. Let's just reduce the number of iterations. The test is designed to detect race conditions and lowering the number of iterations will just make it less likely to detect those. But since we are running this test a lot, it's fine. Should it ever fail, we can increase the number again for reproduction / debugging purposes.
Thanks,
Tobias
-------------
Commit messages:
- Even less
- Reducing number of iterations
Changes: https://git.openjdk.org/valhalla/pull/2161/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2161&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8378593
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/valhalla/pull/2161.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2161/head:pull/2161
PR: https://git.openjdk.org/valhalla/pull/2161
More information about the valhalla-dev
mailing list