Integrated: 8298088: RISC-V: Make Address a discriminated union internally
Fei Yang
fyang at openjdk.org
Fri Dec 16 09:28:04 UTC 2022
On Mon, 5 Dec 2022 08:42:22 GMT, Fei Yang <fyang at openjdk.org> wrote:
> The RISC-V port has the same issue as: https://bugs.openjdk.org/browse/JDK-8297830
> It looks to me that the fix for the AArch64 port is a nice refactoring work.
> This fixes this issue for the RISC-V port with a similar approach.
>
> Testing:
> Tier1 tested with release build on linux-riscv64 unmatched board.
> Run non-trivial benchmark workloads with fastdebug builds.
This pull request has now been integrated.
Changeset: 226e579c
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/226e579c3004a37a09f3329a8ef09c0933126bd6
Stats: 141 lines in 2 files changed: 92 ins; 11 del; 38 mod
8298088: RISC-V: Make Address a discriminated union internally
Reviewed-by: fjiang, yadongwang, shade
-------------
PR: https://git.openjdk.org/jdk/pull/11505
More information about the hotspot-compiler-dev
mailing list