RFR: 8349192: jvmti/scenarios/contention/TC05/tc05t001 fails: ERROR: tc05t001.cpp, 281: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000) [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Sun Nov 9 10:30:45 UTC 2025
On Sat, 8 Nov 2025 08:20:19 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review: restore original EXPECTED_ACCURACY for Windows
>
> test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp line 43:
>
>> 41:
>> 42: #if (defined(WIN32) || defined(_WIN32))
>> 43: static const jlong EXPECTED_ACCURACY = 32; // 16ms is longest clock update interval
>
> Does the comment 16ms should be updated.
Thank you for the comment. I've decided to restore the original `EXPECTED_ACCURACY` on Windows.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28206#discussion_r2507835929
More information about the serviceability-dev
mailing list