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

Feilong Jiang fjiang at openjdk.org
Tue Aug 29 02:46:19 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

This pull request has now been integrated.

Changeset: 3dc266c5
Author:    Feilong Jiang <fjiang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3dc266c58bf92b8f072ad5bcc3ac6962c06c35a9
Stats:     3 lines in 1 file changed: 1 ins; 1 del; 1 mod

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

Reviewed-by: fyang, rehn

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

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


More information about the hotspot-compiler-dev mailing list