RFR: 8346914: UB issue in scalbnA

Kim Barrett kbarrett at openjdk.org
Wed Jun 18 08:33:38 UTC 2025


On Wed, 18 Jun 2025 04:16:32 GMT, David Holmes <dholmes at openjdk.org> wrote:

> > We don't need copysignA. Just use copysign from <math.h>.
> > Rationale: Long ago we had our own copysign, because we couldn't get it from
> > <math.h>.
> 
> Okay but do we know that what we have and what the math library provides are exactly the same?

Yes.

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

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


More information about the hotspot-dev mailing list