On Tue, 26 Jul 2022 19:11:23 GMT, Andrey Turbanov <[email protected]> wrote:
>> Sacha Coppey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Avoid using set_destination when call is not jal
>
> src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.riscv64/src/jdk/vm/ci/riscv64/RISCV64Kind.java
> line 111:
>
>> 109:
>> 110: public boolean isFP() {
>> 111: switch(this) {
>
> let's add space after `switch`
Sure!
-------------
PR: https://git.openjdk.org/jdk/pull/9587