RFR: 8333098: ubsan: bytecodeInfo.cpp:318:59: runtime error: division by zero
Dean Long
dlong at openjdk.org
Tue Aug 20 00:03:48 UTC 2024
On Mon, 19 Aug 2024 07:27:55 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> > Doesn't this need to be 1.0 or infinity to preserve the existing behavior?
>
> So I would change the code to `min_freq = 1.0;` , right ?
I would do it slightly differently. See my suggested change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20615#issuecomment-2297719367
More information about the hotspot-compiler-dev
mailing list