Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8294100

RISC-V: Move rt_call and xxx_move from SharedRuntime to MacroAssembler

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • hotspot
    • 20
    • b17
    • riscv
    • linux

      When we port Foreign Function & Memory API (Preview) for riscv backend [1],
      we find some methods in sharedRuntime_riscv.cpp that can be reused.

      Here is the list of methods that can be moved to MacroAssembler:
      - move32_64
      - float_move
      - long_move
      - double_move
      - object_move
      - rt_call

      1. https://github.com/feilongjiang/jdk/tree/riscv-foreign-api

            fjiang Feilong Jiang
            fjiang Feilong Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: