RFR: 8320697: RISC-V: Small refactoring for runtime calls

Fei Yang fyang at openjdk.org
Tue Nov 28 12:32:11 UTC 2023


On Tue, 28 Nov 2023 10:38:52 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:

> I think there is an underlying issue with the whole design with masm/asm. As there is no clear separation between "I want this to happen" and "I want to emit this instruction". I think methods which have identical name as an instruction should indicate "I want to emit this instruction".

Do we have any other occurences except for the case here? I am supposing the `auipc` in this change would be the only one which bears such an issue. No?

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

PR Comment: https://git.openjdk.org/jdk/pull/16816#issuecomment-1829747216


More information about the hotspot-compiler-dev mailing list