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

Robbin Ehn rehn at openjdk.org
Fri Aug 30 12:56:20 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)

Great, thanks!

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

Marked as reviewed by rehn (Reviewer).

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


More information about the hotspot-dev mailing list