Hi, refer to the modification of aarch64 in https://github.com/openjdk/jdk/pull/14675 , here is the riscv version, before this PR has the same -Wconversion warnings as aarch64, after this this PR the -Wconversion warnings has been eliminated.
- relates to
-
JDK-8310906 Fix -Wconversion warnings in runtime, oops and some code header files.
- Resolved