Integrated: 8294033: x86_64: libm stubs are missing

Vladimir Ivanov vlivanov at openjdk.org
Fri Nov 11 22:53:00 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!

This pull request has now been integrated.

Changeset: 34a499de
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/34a499de8edc9a6b750ae7af356fa9cb1d2a0748
Stats:     25 lines in 2 files changed: 6 ins; 9 del; 10 mod

8294033: x86_64: libm stubs are missing

Reviewed-by: jvernee, kvn

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

PR: https://git.openjdk.org/jdk/pull/11100


More information about the hotspot-dev mailing list