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

riscv: Fix broken MacroAssembler::debug64

    XMLWordPrintable

Details

    • 19
    • riscv
    • linux

    Description

      MacroAssembler::stop() and StubGenerator::generate_verify_oop() would first push all regs (calling MacroAssembler::pusha()) onto the stack and then call MacroAssembler::debug64 to print the pushed regs. But MacroAssembler::pusha() won't push x0~x4 so the result of MacroAssembler::debug64() is broken.

      Attachments

        Issue Links

          Activity

            People

              xlinzheng Xiaolin Zheng
              xlinzheng Xiaolin Zheng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: