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

Feilong Jiang fjiang at openjdk.org
Fri Aug 30 13:31:17 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)

Looks good, thanks for the clean up!

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

Marked as reviewed by fjiang (Committer).

PR Review: https://git.openjdk.org/jdk/pull/20769#pullrequestreview-2272352189


More information about the hotspot-dev mailing list