RFR: 8346914: UB issue in scalbnA

Kim Barrett kbarrett at openjdk.org
Tue Jun 10 07:15:28 UTC 2025


On Tue, 10 Jun 2025 07:07:39 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> use the standard C `scalbn`.

Long ago we couldn't use the standard C `scalbn` because (1) Visual Studio
didn't provide it at all, and (2) we were using C++98/03 / C89 for gcc/clang
and it was version conditionalized out as being a C99 function.

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

PR Comment: https://git.openjdk.org/jdk/pull/25656#issuecomment-2957934925


More information about the hotspot-dev mailing list