RFR: 8332506: SIGFPE In ObjectSynchronizer::is_async_deflation_needed() [v3]

Fredrik Bredberg fbredberg at openjdk.org
Tue Jan 7 12:46:09 UTC 2025


On Tue, 7 Jan 2025 05:47:26 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> The original source (before this PR) had the `(double)` cast, and I wanted to keep the diff as short as possible. It really doesn't matter since `remainder` is of type `double`.
>
> The cast is redundant so it was just an opportunity to clean up when touching the code.

Removed the cast, as suggested.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22815#discussion_r1905400219


More information about the hotspot-runtime-dev mailing list