RFR: 8333098: ubsan: bytecodeInfo.cpp:318:59: runtime error: division by zero [v2]
Vladimir Kozlov
kvn at openjdk.org
Tue Aug 20 16:16:52 UTC 2024
On Tue, 20 Aug 2024 16:02:20 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> I don't quite see a real need to do that but we can. Should we convert all threshold flags to double then?
Yes for all threshold flags. We always use scaling for them. With double flags results of related expressions and conditions will be more predictable.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20615#issuecomment-2299237900
More information about the hotspot-compiler-dev
mailing list