RFR: 8315070: RISC-V: Clean up platform dependent inline headers
Feilong Jiang
fjiang at openjdk.org
Tue Aug 29 02:46:18 UTC 2023
On Sun, 27 Aug 2023 03:52:46 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Hi team, please review this small clean-up changes.
>> Inspired by [JDK-8267464](https://bugs.openjdk.org/browse/JDK-8267464), riscv port still has one place that includes platform-dependent inline header `assembler_riscv.inline.hpp`, it could be replaced with platform-independent header `asm/assembler.inline.hpp`.
>>
>> Testing:
>> - [x] release build on linux-riscv64
>> - [x] tier1 on linux-riscv64 with release build
>
> Looks like there is a typo in the PR title. It should be: "8315070: RISC-V: Clean up platform dependent inline headers".
@RealFYang @robehn -- Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15437#issuecomment-1696685708
More information about the hotspot-compiler-dev
mailing list