On Sat, 8 Nov 2025 08:20:19 GMT, SendaoYan <[email protected]> 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
