Integrated: 8339248: RISC-V: Remove li64 macro assembler routine and related code

Fei Yang fyang at openjdk.org
Sat Aug 31 01:47:25 UTC 2024


On Thu, 29 Aug 2024 12:59:40 GMT, Fei Yang <fyang at openjdk.org> wrote:

> The macro assembler routine li64 and related code (is_li64_at, patch_imm_in_li64, get_target_of_li64 and check_li64_data_dependency) is unused for now. We should remove these unused code, which will save us some unnecessary runtime checks. We can add them back when needed again someday.
> 
> Testing:
> - [x] release & fastdebug build
> - [x] Gtest & Tier1 test (release)

This pull request has now been integrated.

Changeset: 392bdd57
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/392bdd5734e0ad4e616d52bb7bcafcf85dccbf34
Stats:     111 lines in 2 files changed: 0 ins; 111 del; 0 mod

8339248: RISC-V: Remove li64 macro assembler routine and related code

Reviewed-by: rehn, fjiang, luhenry

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

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


More information about the hotspot-dev mailing list