[jdk17u-dev] RFR: 8374056: RISC-V: Fix argument passing for the RiscvFlushIcache::flush
Fei Yang
fyang at openjdk.org
Wed Feb 11 13:14:00 UTC 2026
On Wed, 11 Feb 2026 12:21:23 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [dc80ce7a](https://github.com/openjdk/jdk/commit/dc80ce7aec8e466a29fd4c94ee70c90a7244869f) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by ikarostsin on 9 Feb 2026 and was reviewed by Fei Yang and Robbin Ehn.
>
> Thanks!
Same issue is there in jdk17u-dev repo. This doesn't affect functionality for now.
But this needs to be fixed to avoid possible confusion and for future kernel versions
which might make use of the second parameter of the sys_flush_icache system call.
This is RISC-V specific change. Verified with hotspot:tier1 (fastdebug) on linux-riscv64.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/4264#issuecomment-3884339127
More information about the jdk-updates-dev
mailing list