RFR: 8294033: x86_64: libm stubs are missing
Jorn Vernee
jvernee at openjdk.org
Fri Nov 11 02:53:03 UTC 2022
On Fri, 11 Nov 2022 02:07:22 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
> There's a regression from [JDK-8293285](https://bugs.openjdk.org/browse/JDK-8293285) refactoring where I forgot to call generate_libm_stubs() during stub initialization phase.
>
> The patch restores proper stub init sequence and also piles some minor refactorings on top.
>
> Testing: hs-tier1 - hs-tier2
>
> Thanks!
Marked as reviewed by jvernee (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11100
More information about the hotspot-dev
mailing list