The input args are of `uint` type while the return value is of `uint8_t`.
Inspecting all its callers, the return value is used in the context of `uintptr_t`. One can change the return type to`uint` to remove this warning here.
Inspecting all its callers, the return value is used in the context of `uintptr_t`. One can change the return type to`uint` to remove this warning here.
- relates to
-
JDK-8177480 Prepare GC code for -Wconversion
- Open