RFR: 8349927: Waiting for compiler termination delays shutdown for 10+ ms [v2]

Aleksey Shipilev shade at openjdk.org
Thu Feb 13 08:28:56 UTC 2025


On Thu, 13 Feb 2025 05:32:57 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update src/hotspot/share/runtime/vmOperations.cpp
>>   
>>   Co-authored-by: David Holmes <62092539+dholmes-ora at users.noreply.github.com>
>
> src/hotspot/share/runtime/vmOperations.cpp line 522:
> 
>> 520: 
>> 521:   // Deadline for user threads in native code.
>> 522:   // User-settable flag counts "attempts" in 10ms units.
> 
> Suggestion:
> 
>   // User-settable flag counts "attempts" in 10ms units, to a maximum of 10s.

Accepted!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23593#discussion_r1954033614


More information about the hotspot-runtime-dev mailing list