RFR: 8343810: [s390x] is_uimm* methods should take unsigned arguments
Amit Kumar
amitkumar at openjdk.org
Mon Nov 11 08:58:53 UTC 2024
On Fri, 8 Nov 2024 04:47:23 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> trivial patch which just updates the argument datatype of `is_uimm*` methods, from `int64_t` to `uint64_t`.
@RealLucy 👀
PS: Should we backport it as well ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21967#issuecomment-2467577885
More information about the hotspot-compiler-dev
mailing list