RFR: 8332506: SIGFPE In ObjectSynchronizer::is_async_deflation_needed() [v2]
Fredrik Bredberg
fbredberg at openjdk.org
Thu Jan 2 14:47:40 UTC 2025
On Wed, 18 Dec 2024 22:41:14 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update after review
>
> src/hotspot/share/runtime/synchronizer.cpp line 1281:
>
>> 1279: bool status = true;
>> 1280:
>> 1281: // Check if we it's time to adjust the in_use_list_ceiling up, due
>
> Suggestion:
>
> // Check if it's time to adjust the in_use_list_ceiling up, due
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22815#discussion_r1900948167
More information about the hotspot-runtime-dev
mailing list