On Mon, 20 Apr 2026 20:22:04 GMT, Andrey Turbanov <[email protected]> wrote:
>> Anton Artemov has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8382088: Fixed join timeout value.
>
> test/hotspot/jtreg/serviceability/jvmti/SuspendWithObjectMonitorTimedWait/SuspendWithObjectMonitorTimedWait.java
> line 49:
>
>> 47:
>> 48: private static boolean waitUntilTimedWaiting(Thread thread, long
>> deadlineNs) {
>> 49: while(System.nanoTime() < deadlineNs) {
>
> Suggestion:
>
> while (System.nanoTime() < deadlineNs) {
Addressed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30709#discussion_r3117090157