RFR: 8315070: RISC-V: Clean up platform dependent inline headers

Fei Yang fyang at openjdk.org
Sun Aug 27 03:57:07 UTC 2023


On Sat, 26 Aug 2023 11:55:57 GMT, Feilong Jiang <fjiang 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".

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

PR Comment: https://git.openjdk.org/jdk/pull/15437#issuecomment-1694562156


More information about the hotspot-compiler-dev mailing list