git: openjdk/jdk: 8293285: x86_64: Move libm stub implementations to StubGenerator

Vladimir Ivanov vlivanov at openjdk.org
Tue Sep 6 22:20:09 UTC 2022


Changeset: 57930f8e
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
Date:      2022-09-06 22:18:03 +0000
URL:       https://git.openjdk.org/jdk/commit/57930f8e53e85bd923127bd638286898cfe3b117

8293285: x86_64: Move libm stub implementations to StubGenerator

Reviewed-by: kvn

! src/hotspot/cpu/x86/macroAssembler_x86.hpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_constants.cpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_cos.cpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_exp.cpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_log.cpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_log10.cpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_pow.cpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_sin.cpp
+ src/hotspot/cpu/x86/macroAssembler_x86_32_tan.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_constants.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_log.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp
- src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_constants.cpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_cos.cpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_exp.cpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_log.cpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_pow.cpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_sin.cpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_tan.cpp



More information about the jdk-changes mailing list