RFR: 8286301: Port JEP 425 to RISC-V [v3]
Fei Yang
fyang at openjdk.org
Thu Nov 3 02:32:06 UTC 2022
On Thu, 3 Nov 2022 02:24:43 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:
>> This is necessary to support for RISC-V RVC extension whether it is turned on or off. And I think we are ready to enable use of RVC by default when this hardware extension is available.
>
> I see. If `UseRVC` is disabled, it will always be `NativeInstruction::instruction_size` aligned, and `align` will do nothing.
That's right. Thanks again! :-)
-------------
PR: https://git.openjdk.org/jdk/pull/10917
More information about the hotspot-dev
mailing list